We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad295a commit 4369a74Copy full SHA for 4369a74
phpstan-baseline.neon
@@ -102,18 +102,6 @@ parameters:
102
count: 1
103
path: lib/PhpParser/Lexer/Emulative.php
104
105
- -
106
- message: '#^Constant T_PIPE not found\.$#'
107
- identifier: constant.notFound
108
- count: 2
109
- path: lib/PhpParser/Lexer/TokenEmulator/PipeOperatorEmulator.php
110
-
111
112
- message: '#^Constant T_VOID_CAST not found\.$#'
113
114
115
- path: lib/PhpParser/Lexer/TokenEmulator/VoidCastEmulator.php
116
117
118
message: '#^If condition is always false\.$#'
119
identifier: if.alwaysFalse
0 commit comments