summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLuqi Pan <luqi@yelp.com>2015-10-01 16:42:51 -0700
committerLuqi Pan <luqi@yelp.com>2015-10-01 16:42:51 -0700
commit087d0619481c4812cae387a4704e9ff91b935ea5 (patch)
treea27ae812d862dde2677654a4b321a64aa0463989
parenta743c831a07f5e846051b156152fe8e6ddcfb097 (diff)
Aligned 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()
{