Skip to content

Commit dc1107b

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Removed space from bug55086.phpt
2 parents 8b4da17 + f3a43e8 commit dc1107b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/bug55086.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace N2 {
2626
echo $a->hello(), PHP_EOL;
2727
echo $a->foo(), PHP_EOL;
2828
try {
29-
} catch(namespace \Foo $e)
29+
} catch(namespace\Foo $e)
3030
{
3131
}
3232
}

0 commit comments

Comments
 (0)