diff options
author | Greg Barendt <github@gregbarendt.com> | 2015-10-15 16:28:38 -0400 |
---|---|---|
committer | Greg Barendt <github@gregbarendt.com> | 2015-10-15 16:28:38 -0400 |
commit | 3777d8a0597925ac15fe1405cd723f4a613794ae (patch) | |
tree | 3c47b743e1364ad0b1c48890be19f92e351d233f /php.html.markdown | |
parent | 66bc42e31bf62a1592f9b763e12c0b963b3e7d3d (diff) |
Remove an extraneous space
Diffstat (limited to 'php.html.markdown')
-rw-r--r-- | php.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown index 39ec5aef..f6f965fb 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -702,7 +702,7 @@ $cls = new SomeOtherNamespace\MyClass(); try { // Do something -} catch ( Exception $e) { +} catch (Exception $e) { // Handle exception } |