Skip to content

Commit 80ba4df

Browse files
committed
Remove dead comment.
1 parent 0b40c32 commit 80ba4df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/tests/pipe_operator/call_by_ref.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ function _modify(int &$a): string {
88
return "foo";
99
}
1010

11-
//try {
1211
$a = 5;
1312
$res1 = $a |> '_modify';
1413

0 commit comments

Comments
 (0)