Merge pull request #1535 from barendt/patch-1

Remove an extraneous space
This commit is contained in:
Levi Bostian 2015-10-18 11:57:58 -05:00
commit 3a52c75127

View File

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