summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-10-02 12:08:34 +0200
committerven <vendethiel@hotmail.fr>2015-10-02 12:08:34 +0200
commitbcc1ce4a046d1ef001311745ab755deebdf79a9a (patch)
treea27ae812d862dde2677654a4b321a64aa0463989
parenta743c831a07f5e846051b156152fe8e6ddcfb097 (diff)
parent087d0619481c4812cae387a4704e9ff91b935ea5 (diff)
Merge pull request #1278 from LuqiPan/master
[php/en]Align the comment block
-rw-r--r--php.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown
index 2d4565e0..52ea2a95 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -487,7 +487,7 @@ class MyClass
* Declaring class properties or methods as static makes them accessible without
* needing an instantiation of the class. A property declared as static can not
* be accessed with an instantiated class object (though a static method can).
-*/
+ */
public static function myStaticMethod()
{