@@ -39,7 +39,7 @@ |
||
39 | 39 | |
40 | 40 | var_dump($test); |
41 | 41 | |
42 | - if (! $test) { |
|
42 | + if (!$test) { |
|
43 | 43 | throw new \RuntimeException('Unable to write data'); |
44 | 44 | } |
45 | 45 | } catch (\Exception $exception) { |