summaryrefslogtreecommitdiffhomepage
path: root/php.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-10-22 19:36:39 +0200
committerven <vendethiel@hotmail.fr>2015-10-22 19:36:39 +0200
commitf4775ea193c6ccd27950c39b46b11c9041fb8bfa (patch)
tree9abd292b58cdfe49b735f8b874421dd236312ae1 /php.html.markdown
parente734e97ddb2ee13abf804126f876cf5d01fcad1b (diff)
parentc69ef3115bb900a5b2f716ebd9791a38ca113ab7 (diff)
Merge pull request #1736 from labrack/master
[php/en] Un-beef a comment block closing
Diffstat (limited to 'php.html.markdown')
-rw-r--r--php.html.markdown2
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() {