1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 03:50:32 +02:00

Aligned the comment block

This commit is contained in:
Luqi Pan
2015-10-01 16:42:51 -07:00
parent a743c831a0
commit 087d061948

View File

@@ -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()
{