diff --git a/src/Appwrite/Utopia/Request/Filters/V18.php b/src/Appwrite/Utopia/Request/Filters/V18.php index fd8b7ffd3a..4f889ce66b 100644 --- a/src/Appwrite/Utopia/Request/Filters/V18.php +++ b/src/Appwrite/Utopia/Request/Filters/V18.php @@ -18,4 +18,4 @@ class V18 extends Filter return $content; } -} \ No newline at end of file +} diff --git a/src/Appwrite/Utopia/Response/Filters/V18.php b/src/Appwrite/Utopia/Response/Filters/V18.php index ea82f8335e..b32856bdb4 100644 --- a/src/Appwrite/Utopia/Response/Filters/V18.php +++ b/src/Appwrite/Utopia/Response/Filters/V18.php @@ -33,4 +33,4 @@ class V18 extends Filter unset($content['authSessionAlerts']); return $content; } -} \ No newline at end of file +} diff --git a/tests/unit/Utopia/Response/Filters/V18Test.php b/tests/unit/Utopia/Response/Filters/V18Test.php index 0b12ca66cd..36719a7620 100644 --- a/tests/unit/Utopia/Response/Filters/V18Test.php +++ b/tests/unit/Utopia/Response/Filters/V18Test.php @@ -81,4 +81,4 @@ class V18Test extends TestCase $this->assertEquals($expected, $result); } -} \ No newline at end of file +}