@@ -140,7 +140,7 @@ |
||
140 | 140 | */ |
141 | 141 | public function getData($key = null, $default = null) |
142 | 142 | { |
143 | - if($key === null) { |
|
143 | + if ($key === null) { |
|
144 | 144 | return $this->data; |
145 | 145 | } |
146 | 146 |