diff --git a/language/oop5/static.xml b/language/oop5/static.xml index cbafe2400e..62f3c68d55 100644 --- a/language/oop5/static.xml +++ b/language/oop5/static.xml @@ -1,5 +1,5 @@ - + Static Keyword @@ -11,8 +11,7 @@ - The static declaration must be after the visibility declaration. For - compatibility with PHP 4, if no visibility declaration is used, then the member or method will be treated as if it was declared as public.