Skip to content

Commit a7dc4ed

Browse files
committed
ws
1 parent c6f97c9 commit a7dc4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/partial_application/pipe_optimization_008.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (time() > 0) {
1414
}
1515

1616
try {
17-
2 |> foo(..., a: 1);
17+
2 |> foo(..., a: 1);
1818
} catch (\Throwable $e) {
1919
echo $e->getMessage(), "\n";
2020
}

0 commit comments

Comments
 (0)