You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/PHPStan/Levels/data/unreachable-0.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
[
2
2
{
3
-
"message": "Return value of call to function print_r is useless.",
3
+
"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.",
4
4
"line": 38,
5
5
"ignorable": true
6
6
},
7
7
{
8
-
"message": "Return value of call to function print_r is useless.",
8
+
"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.",
0 commit comments