@@ -21,7 +21,7 @@ |
||
| 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 | |