diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a185f3fcd..2c98d11b8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -31,4 +31,4 @@ jobs: args: --profile --ignore-platform-reqs - name: Run Linter - run: ./vendor/bin/phpcs -p || true + run: ./vendor/bin/phpcs -p diff --git a/src/Appwrite/Migration/Version/V13.php b/src/Appwrite/Migration/Version/V13.php index 277b84ae9..d204be84f 100644 --- a/src/Appwrite/Migration/Version/V13.php +++ b/src/Appwrite/Migration/Version/V13.php @@ -319,7 +319,7 @@ class V13 extends Migration return 'buckets.*.' . implode('.', $parts); case 'files': return 'buckets.*.' . $second . '.*.' . implode('.', $parts); - } + } // intentional fallthrough case 'database': $second = array_shift($parts); switch ($second) {