diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-22 19:36:39 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-22 19:36:39 +0200 |
commit | f4775ea193c6ccd27950c39b46b11c9041fb8bfa (patch) | |
tree | 9abd292b58cdfe49b735f8b874421dd236312ae1 | |
parent | e734e97ddb2ee13abf804126f876cf5d01fcad1b (diff) | |
parent | c69ef3115bb900a5b2f716ebd9791a38ca113ab7 (diff) |
Merge pull request #1736 from labrack/master
[php/en] Un-beef a comment block closing
-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 cf9544b3..0504ced2 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -733,7 +733,7 @@ $cls = new SomeOtherNamespace\MyClass(); /********************** * Late Static Binding * -* / +*/ class ParentClass { public static function who() { |