1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 10:14:58 +02:00

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

View File

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