Completed
Push — master ( 4f68bc...d7053e )
by Artem
02:00
created
src/StaticDictionary.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,7 @@
 block discarded – undo
44 44
 
45 45
         if (array_key_exists($key, $dictionary)) {
46 46
             return $dictionary[$key];
47
-        }
48
-        else {
47
+        } else {
49 48
             return static::FALLBACK === null ? null : $dictionary[static::FALLBACK];
50 49
         }
51 50
     }
Please login to merge, or discard this patch.