Completed
Push — master ( a75486...dc4a24 )
by personal
18s queued 12s
created
src/Hal/Component/OOP/Extractor/MethodExtractor.php 1 patch
Switch Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.