Passed
Push — main ( 5cb2ca...83a3c6 )
by Ahmad
05:27 queued 03:32
created
src/Detectors/ImageProperties.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     {
24 24
         $response = $this->getOriginalResponse();
25 25
 
26
-        if (! $response) {
26
+        if (!$response) {
27 27
             return null;
28 28
         }
29 29
 
Please login to merge, or discard this patch.