Skip to content

Commit

Permalink
Enforce naming rules via PHPStan rule
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Sep 14, 2023
1 parent 2900be3 commit cd6e1c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/PHPStan/shipmonk.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ parameters:
enabled: false
allowNamedArgumentOnlyInAttributes:
enabled: false
classSuffixNaming:
superclassToSuffixMapping:
\Throwable: Exception
\Nette\DI\CompilerExtension: Extension
enforceReadonlyPublicProperty:
enabled: false
forbidCustomFunctions:
Expand Down

0 comments on commit cd6e1c8

Please sign in to comment.