summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGreg Barendt <github@gregbarendt.com>2015-10-15 16:28:38 -0400
committerGreg Barendt <github@gregbarendt.com>2015-10-15 16:28:38 -0400
commit3777d8a0597925ac15fe1405cd723f4a613794ae (patch)
tree3c47b743e1364ad0b1c48890be19f92e351d233f
parent66bc42e31bf62a1592f9b763e12c0b963b3e7d3d (diff)
Remove an extraneous space
-rw-r--r--php.html.markdown2
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
}