@@ -43,7 +43,7 @@ |
||
43 | 43 | protected function parse($data = null, $filename = null) |
44 | 44 | { |
45 | 45 | $serializedData = @unserialize($data); |
46 | - if($serializedData === false){ |
|
46 | + if ($serializedData === false) { |
|
47 | 47 | |
48 | 48 | throw new ParseException(error_get_last()); |
49 | 49 | } |