Completed
Pull Request — master (#117)
by
unknown
02:46
created
src/Suggest/Suggest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,8 +142,8 @@
 block discarded – undo
142 142
     private function validateType($type)
143 143
     {
144 144
         if ($type == self::COMPLETION ||
145
-            $type == self::CONTEXT    ||
146
-            $type == self::PHRASE     ||
145
+            $type == self::CONTEXT ||
146
+            $type == self::PHRASE ||
147 147
             $type == self::TERM) {
148 148
             return true;
149 149
         }
Please login to merge, or discard this patch.