diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-02 12:08:34 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-02 12:08:34 +0200 |
commit | bcc1ce4a046d1ef001311745ab755deebdf79a9a (patch) | |
tree | a27ae812d862dde2677654a4b321a64aa0463989 /php.html.markdown | |
parent | a743c831a07f5e846051b156152fe8e6ddcfb097 (diff) | |
parent | 087d0619481c4812cae387a4704e9ff91b935ea5 (diff) |
Merge pull request #1278 from LuqiPan/master
[php/en]Align the comment block
Diffstat (limited to 'php.html.markdown')
-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 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() { |