Passed
Pull Request — master (#2)
by Rob
02:27
created
src/Traits/ResizableTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $objects = [];
22 22
 
23 23
         foreach ($this::RESIZEABLES as $resizable) {
24
-            if (!property_exists($this, $resizable)) {
24
+            if ( ! property_exists($this, $resizable)) {
25 25
                 continue;
26 26
             }
27 27
 
Please login to merge, or discard this patch.