File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,6 @@ parameters:
18
18
count : 1
19
19
path : ../src/CSSList/Document.php
20
20
21
- -
22
- message : ' #^Call to function in_array\(\) with arguments null, list\<string\> and true will always evaluate to false\.$#'
23
- identifier : function.impossibleType
24
- count : 1
25
- path : ../src/Parsing/ParserState.php
26
-
27
21
-
28
22
message : ' #^Negated boolean expression is always true\.$#'
29
23
identifier : booleanNot.alwaysTrue
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ public function isEnd(): bool
328
328
}
329
329
330
330
/**
331
- * @param list<string>|string $stopCharacters
331
+ * @param list<string|self::EOF >|string|self::EOF $stopCharacters
332
332
* @param array<int, Comment> $comments
333
333
*
334
334
* @throws UnexpectedEOFException
You can’t perform that action at this time.
0 commit comments