Completed
Push — master ( 44b3a0...f3952b )
by Joe
02:05
created
src/WmiScripting/Concerns/ComHasAttributes.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
                 return true;
148 148
             }
149 149
 
150
-              return false;
150
+                return false;
151 151
         })->isNotEmpty();
152 152
     }
153 153
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
 
144 144
             $method_name = $this->camelCaseToSnack($method_name);
145 145
 
146
-            if ($method_name  === $attribute) {
146
+            if ($method_name === $attribute) {
147 147
                 return true;
148 148
             }
149 149
 
Please login to merge, or discard this patch.