diff options
author | labrack <labrack@users.noreply.github.com> | 2015-10-22 13:06:15 -0400 |
---|---|---|
committer | labrack <labrack@users.noreply.github.com> | 2015-10-22 13:06:15 -0400 |
commit | c69ef3115bb900a5b2f716ebd9791a38ca113ab7 (patch) | |
tree | 5c84b429a9d8eca8dfdbf758a14888fc095ae76e | |
parent | 087dbecb2f25c2d372ed4e007f7641cbc87c0571 (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.markdown | 2 |
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() { |