deployer/tests/phpstan-baseline.neon

53 lines
1.3 KiB
Plaintext
Raw Normal View History

parameters:
ignoreErrors:
-
2021-11-14 22:46:37 +01:00
message: "#^Comparison operation \"\\>\" between 100|125|200|100000 and 0 is always true\\.$#"
count: 1
2021-04-15 22:53:41 +02:00
path: ../src/Command/BlackjackCommand.php
-
message: "#^Else branch is unreachable because previous condition is always true\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^If condition is always false\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^Comparison operation \"\\>\" between 0 and 0 is always false\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
2020-10-25 09:46:47 +01:00
path: ../src/Component/PharUpdate/Exception/Exception.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
2020-10-25 09:46:47 +01:00
path: ../src/Component/PharUpdate/Manifest.php
-
2020-10-27 17:09:18 +01:00
message: "#^If condition is always true\\.$#"
count: 1
2020-10-27 17:09:18 +01:00
path: ../src/Host/Host.php
-
2020-10-27 17:09:18 +01:00
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
2020-10-27 17:09:18 +01:00
path: ../src/Importer/Importer.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
2020-10-27 17:09:18 +01:00
count: 1
path: ../src/functions.php