mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[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:
parent
087dbecb2f
commit
c69ef3115b
@ -723,7 +723,7 @@ $cls = new SomeOtherNamespace\MyClass();
|
||||
/**********************
|
||||
* Late Static Binding
|
||||
*
|
||||
* /
|
||||
*/
|
||||
|
||||
class ParentClass {
|
||||
public static function who() {
|
||||
|
Loading…
Reference in New Issue
Block a user