Passed
Push — master ( 9c9f59...6b8d45 )
by Reza
15:00
created
src/Commands/CRUDActions/CommandBase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
         ];
100 100
     }
101 101
 
102
-    private function setCRUDInstance(){
102
+    private function setCRUDInstance() {
103 103
         $modelName = $this->getNameInput();
104 104
 
105 105
         return $this->crudInstance = getCrudConfig($modelName);
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 
123 123
     protected function qualifyModel($model)
124 124
     {
125
-        if (class_exists($model)){
125
+        if (class_exists($model)) {
126 126
             return $model;
127 127
         }
128 128
 
Please login to merge, or discard this patch.