mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Remove an extraneous space
This commit is contained in:
parent
66bc42e31b
commit
3777d8a059
@ -702,7 +702,7 @@ $cls = new SomeOtherNamespace\MyClass();
|
||||
|
||||
try {
|
||||
// Do something
|
||||
} catch ( Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
// Handle exception
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user