mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Merge pull request #1535 from barendt/patch-1
Remove an extraneous space
This commit is contained in:
commit
3a52c75127
@ -721,7 +721,7 @@ $cls = new SomeOtherNamespace\MyClass();
|
||||
|
||||
try {
|
||||
// Do something
|
||||
} catch ( Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
// Handle exception
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user