Passed
Branch master (9fc1fb)
by karam
02:21
created
src/Helpers/KMGeneratorCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
         'xor',
81 81
         'yield',
82 82
     ];
83
-    public static function getReservedNames(){
83
+    public static function getReservedNames() {
84 84
         return self::$reservedNames;
85 85
     }
86 86
 
Please login to merge, or discard this patch.