Skip to content

Commit c067207

Browse files
committed
Fix build
1 parent 7ba8abc commit c067207

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

tests/PHPStan/Levels/data/unreachable-0.json

-12
This file was deleted.

tests/PHPStan/Levels/data/unreachable-4.json

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"line": 38,
2020
"ignorable": true
2121
},
22+
{
23+
"message": "Return value of function print_r() is always true and the result is printed instead of being returned. Pass in true as parameter #2 $return to return the output instead.",
24+
"line": 38,
25+
"ignorable": true
26+
},
2227
{
2328
"message": "If condition is always true.",
2429
"line": 47,
@@ -64,6 +69,11 @@
6469
"line": 84,
6570
"ignorable": true
6671
},
72+
{
73+
"message": "Return value of function print_r() is always true and the result is printed instead of being returned. Pass in true as parameter #2 $return to return the output instead.",
74+
"line": 89,
75+
"ignorable": true
76+
},
6777
{
6878
"message": "Ternary operator condition is always true.",
6979
"line": 89,

0 commit comments

Comments
 (0)