Skip to content

Commit 392d8b2

Browse files
committed
Remove dead code.
1 parent e7890e3 commit 392d8b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/tests/pipe_operator/precedence_addition.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ function _test1(int $a): int {
77
return $a * 2;
88
}
99

10-
$bad_func = null;
11-
1210
// This should add 5+2 first, then pipe that to _test1.
1311
$res1 = 5 + 2 |> '_test1';
1412

0 commit comments

Comments
 (0)