We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b2e6e commit b9612e9Copy full SHA for b9612e9
composer.json
@@ -37,6 +37,7 @@
37
"phpstan/phpstan-strict-rules": "^1 || ^2.0.3",
38
"phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.10 || ^12.0.5",
39
"rector/rector": "^1.2.10 || ^2.0.9",
40
+ "spaze/phpstan-disallowed-calls": "^4.4",
41
"thecodingmachine/phpstan-safe-rule": "^1.2.0"
42
},
43
"suggest": {
rules.neon
@@ -7,5 +7,6 @@ parameters:
7
- function: 'compact()'
8
message: 'makes refactoring code hard'
9
errorTip: 'use standard array syntax instead'
10
+ # https://github.com/itsgoingd/clockwork?tab=readme-ov-file#logging
11
- function: 'clock()'
12
message: 'remove debugging code'
0 commit comments