1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-07 15:26:45 +02:00

Merge pull request #1736 from labrack/master

[php/en] Un-beef a comment block closing
This commit is contained in:
ven
2015-10-22 19:36:39 +02:00

View File

@@ -733,7 +733,7 @@ $cls = new SomeOtherNamespace\MyClass();
/**********************
* Late Static Binding
*
* /
*/
class ParentClass {
public static function who() {