Skip to content

Commit 9412413

Browse files
committedFeb 26, 2023
Update baselines
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent d906b59 commit 9412413

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
 

‎phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ parameters:
130130
count: 1
131131
path: src/Components/Expression.php
132132

133-
-
134-
message: "#^Negated boolean expression is always true\\.$#"
135-
count: 1
136-
path: src/Components/Expression.php
137-
138133
-
139134
message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\<string\\>\\|string given\\.$#"
140135
count: 1

‎psalm-baseline.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,12 +827,10 @@
827827
<PossiblyNullPropertyAssignmentValue occurrences="1">
828828
<code>$lastIdx</code>
829829
</PossiblyNullPropertyAssignmentValue>
830-
<PossiblyNullPropertyFetch occurrences="9">
831-
<code>$first-&gt;keyword</code>
830+
<PossiblyNullPropertyFetch occurrences="7">
832831
<code>$list-&gt;count</code>
833832
<code>$list-&gt;idx</code>
834833
<code>$list-&gt;tokens</code>
835-
<code>$second-&gt;keyword</code>
836834
<code>$token-&gt;keyword</code>
837835
<code>$token-&gt;token</code>
838836
<code>$token-&gt;type</code>

0 commit comments

Comments
 (0)