Skip to content

Commit 3fba6ea

Browse files
committed
Update unreachable-0.json
1 parent 5bda9b8 commit 3fba6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
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.",
44
"line": 38,
55
"ignorable": true
66
},
77
{
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.",
99
"line": 89,
1010
"ignorable": true
1111
}

0 commit comments

Comments
 (0)