Passed
Push — master ( 10fbd0...3cfb1c )
by Derek Stephen
04:09
created
src/Response/HtmlResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             return $html;
46 46
         }
47 47
 
48
-        if (! is_string($html)) {
48
+        if (!is_string($html)) {
49 49
             throw new InvalidArgumentException(sprintf(
50 50
                 'Invalid content (%s) provided to %s',
51 51
                 (is_object($html) ? get_class($html) : gettype($html)),
Please login to merge, or discard this patch.