Passed
Push — master ( f3b2b6...6d582f )
by Michal
02:40
created
src/Translator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
         $result = $this->cache_translations[$key];
302 302
         $list = explode(chr(0), $result);
303 303
 
304
-        if (! isset($list[$select])) {
304
+        if (!isset($list[$select])) {
305 305
             return $list[0];
306 306
         }
307 307
         return $list[$select];
Please login to merge, or discard this patch.