Skip to content

Commit 4369a74

Browse files
committed
Update phpstan baseline
1 parent 5ad295a commit 4369a74

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,6 @@ parameters:
102102
count: 1
103103
path: lib/PhpParser/Lexer/Emulative.php
104104

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-
identifier: constant.notFound
114-
count: 2
115-
path: lib/PhpParser/Lexer/TokenEmulator/VoidCastEmulator.php
116-
117105
-
118106
message: '#^If condition is always false\.$#'
119107
identifier: if.alwaysFalse

0 commit comments

Comments
 (0)