summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorGraham Campbell <GrahamCampbell@users.noreply.github.com>2020-08-02 12:04:11 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-08-03 15:14:15 +0200
commitf3a43e85e7128bc536c56d7517124613d863a088 (patch)
tree1ca7a72805b49c2b8e6e423d9961361f2cf8ed0c /Zend
parentfdf6b0fefe58be5b7ca1b3528ca6cab0d868880a (diff)
downloadphp-git-f3a43e85e7128bc536c56d7517124613d863a088.tar.gz
Removed space from bug55086.phpt
Closes GH-5923.
Diffstat (limited to 'Zend')
-rw-r--r--Zend/tests/bug55086.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug55086.phpt b/Zend/tests/bug55086.phpt
index 9a5c747b9f..2c89837855 100644
--- a/Zend/tests/bug55086.phpt
+++ b/Zend/tests/bug55086.phpt
@@ -26,7 +26,7 @@ namespace N2 {
echo $a->hello(), PHP_EOL;
echo $a->foo(), PHP_EOL;
try {
- } catch(namespace \Foo $e)
+ } catch(namespace\Foo $e)
{
}
}