Skip to content

Commit 37d75e2

Browse files
committed
Tweak style.
1 parent 594af65 commit 37d75e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/pipe_operator/call_prefer_by_ref.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ try {
99
$r = $a |> array_multisort(...);
1010
var_dump($r);
1111
} catch (\Error $e) {
12-
print $e->getMessage() . PHP_EOL;
12+
echo $e->getMessage(), PHP_EOL;
1313
}
1414

1515
?>

0 commit comments

Comments
 (0)