Clean PHPStan baselines

This commit is contained in:
Dylan K. Taylor
2021-05-05 14:51:39 +01:00
parent 652de2632a
commit 73420819f6
4 changed files with 2 additions and 57 deletions

View File

@ -1,13 +1,8 @@
parameters:
ignoreErrors:
-
message: "#^Strict comparison using \\!\\=\\= between 5 and 5 will always evaluate to false\\.$#"
count: 1
path: ../../../src/block/Vine.php
-
message: "#^Call to function is_resource\\(\\) with resource will always evaluate to true\\.$#"
count: 3
count: 2
path: ../../../src/command/CommandReader.php
-