[php/en] Un-beef a comment block closing

Somebody beefed a closing on the 'Late Static Binding' Comment block, causing the next 18 or so lines to be included in the comment instead of parsed for syntax properly.
This commit is contained in:
labrack 2015-10-22 13:06:15 -04:00
parent 087dbecb2f
commit c69ef3115b

View File

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