1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

add comment when fall-through is intentional in a non-empty case body

This commit is contained in:
Everly Precia Suresh 2022-06-02 22:18:42 +00:00
parent 5a8bbf6457
commit 616e813229
2 changed files with 2 additions and 2 deletions

View file

@ -31,4 +31,4 @@ jobs:
args: --profile --ignore-platform-reqs
- name: Run Linter
run: ./vendor/bin/phpcs -p || true
run: ./vendor/bin/phpcs -p

View file

@ -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) {