@@ -145,7 +145,7 @@ |
||
145 | 145 | case $this->searcher->isPrecededBy(T_PROTECTED, $n, $tokens, 4): |
146 | 146 | $visibility = ReflectedMethod::VISIBILITY_PROTECTED; |
147 | 147 | break; |
148 | - case $this->searcher->isPrecededBy(T_PUBLIC, $n, $tokens, 4): |
|
148 | + case $this->searcher->isPrecededBy(T_PUBLIC, $n, $tokens, 4): |
|
149 | 149 | default: |
150 | 150 | $visibility = ReflectedMethod::VISIBILITY_PUBLIC; |
151 | 151 | break; |