Skip to content

Commit

Permalink
Update StyleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Sep 22, 2023
1 parent 345128a commit 14d32bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 8.0

finder:
exclude:
- "tests"
name: "*.php"
not-name:
- "*Stub.php"
- "*Test.php"

enabled:
- concat_with_spaces

disabled:
- concat_without_spaces
1 change: 0 additions & 1 deletion app/src/Database/Migrations/V100/PastriesPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function down(): void
}
}


protected function pastryPermissions(): array
{
return [
Expand Down

0 comments on commit 14d32bd

Please sign in to comment.