Fixed PHPStan complaints

This commit is contained in:
Dylan K. Taylor
2021-11-30 00:36:38 +00:00
parent 6f8f460a6c
commit f239b077b9
2 changed files with 9 additions and 1 deletions

View File

@ -505,6 +505,11 @@ parameters:
count: 1
path: ../../../src/command/defaults/TimingsCommand.php
-
message: "#^Call to function is_resource\\(\\) with resource will always evaluate to true\\.$#"
count: 2
path: ../../../src/console/ConsoleReader.php
-
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
count: 1