diff options
author | Luqi Pan <luqi@yelp.com> | 2015-10-01 16:42:51 -0700 |
---|---|---|
committer | Luqi Pan <luqi@yelp.com> | 2015-10-01 16:42:51 -0700 |
commit | 087d0619481c4812cae387a4704e9ff91b935ea5 (patch) | |
tree | a27ae812d862dde2677654a4b321a64aa0463989 | |
parent | a743c831a07f5e846051b156152fe8e6ddcfb097 (diff) |
Aligned the comment block
-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() { |