Remove an extraneous space

This commit is contained in:
Greg Barendt 2015-10-15 16:28:38 -04:00
parent 66bc42e31b
commit 3777d8a059

View File

@ -702,7 +702,7 @@ $cls = new SomeOtherNamespace\MyClass();
try {
// Do something
} catch ( Exception $e) {
} catch (Exception $e) {
// Handle exception
}