Skip to content

Commit

Permalink
Fix PHPStan v1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 10, 2024
1 parent 55f26b2 commit 5658cb0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,6 @@ parameters:
message: '~^Call to an undefined method Atk4\\Ui\\Js\\JsChain::addJsonData\(\)\.$~'
count: 1

# TODO fix once PHP 7.4 support is dropped
-
path: 'src/Console.php'
identifier: missingType.parameter
message: '~^Method Atk4\\Ui\\Console::\w+\(\) has parameter \$message with no type specified\.$~'
count: 9

# TODO fix contravariance for View::set() method
-
path: 'src/Console.php'
Expand Down

0 comments on commit 5658cb0

Please sign in to comment.