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

Merge pull request #1278 from LuqiPan/master

[php/en]Align the comment block
This commit is contained in:
ven
2015-10-02 12:08:34 +02:00

View File

@@ -487,7 +487,7 @@ class MyClass
* Declaring class properties or methods as static makes them accessible without * Declaring class properties or methods as static makes them accessible without
* needing an instantiation of the class. A property declared as static can not * 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). * be accessed with an instantiated class object (though a static method can).
*/ */
public static function myStaticMethod() public static function myStaticMethod()
{ {