From efa1924f26649a13471d5f14ad8e8acc113169f9 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 17 Jul 2024 18:00:41 +0900 Subject: [PATCH] Run Linter --- src/Appwrite/Utopia/Request/Filters/V18.php | 2 +- src/Appwrite/Utopia/Response/Filters/V18.php | 2 +- tests/unit/Utopia/Response/Filters/V18Test.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 +}