summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlabrack <labrack@users.noreply.github.com>2015-10-22 13:06:15 -0400
committerlabrack <labrack@users.noreply.github.com>2015-10-22 13:06:15 -0400
commitc69ef3115bb900a5b2f716ebd9791a38ca113ab7 (patch)
tree5c84b429a9d8eca8dfdbf758a14888fc095ae76e
parent087dbecb2f25c2d372ed4e007f7641cbc87c0571 (diff)
[php/en] Un-beef a comment block closing
Somebody beefed a closing on the 'Late Static Binding' Comment block, causing the next 18 or so lines to be included in the comment instead of parsed for syntax properly.
-rw-r--r--php.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown
index 127e601b..403fc41d 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -723,7 +723,7 @@ $cls = new SomeOtherNamespace\MyClass();
/**********************
* Late Static Binding
*
-* /
+*/
class ParentClass {
public static function who() {