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