We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf6b0f commit f3a43e8Copy full SHA for f3a43e8
Zend/tests/bug55086.phpt
@@ -26,7 +26,7 @@ namespace N2 {
26
echo $a->hello(), PHP_EOL;
27
echo $a->foo(), PHP_EOL;
28
try {
29
- } catch(namespace \Foo $e)
+ } catch(namespace\Foo $e)
30
{
31
}
32
0 commit comments