Passed
Push — master ( e2ab55...13b777 )
by Akpé Aurelle Emmanuel Moïse
02:15
created
src/Shortcut.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         
24 24
         public static function SetShortcutForAll($bool)
25 25
         {
26
-            self::$SHORTCUT_FOR_ALL=(bool)$bool;
26
+            self::$SHORTCUT_FOR_ALL=(bool) $bool;
27 27
         }
28 28
         public static function create($classname, $name=self::CAN_NEVER_EVER_CHOOSE_THIS_AS_FUNCTION_NAME)
29 29
         {
Please login to merge, or discard this patch.