@@ -42,7 +42,7 @@ |
||
42 | 42 | return $html; |
43 | 43 | } |
44 | 44 | |
45 | - if (! is_string($html)) { |
|
45 | + if (!is_string($html)) { |
|
46 | 46 | throw new Exception\InvalidArgumentException(sprintf( |
47 | 47 | 'Invalid content (%s) provided to %s', |
48 | 48 | (is_object($html) ? get_class($html) : gettype($html)), |