@@ -23,5 +23,5 @@ |
||
| 23 | 23 | ); |
| 24 | 24 | |
| 25 | 25 | foreach ($includes as $file) { |
| 26 | - require_once dirname(__FILE__) . '/' . $file; |
|
| 26 | + require_once dirname(__FILE__).'/'.$file; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -56,7 +56,7 @@ |
||
| 56 | 56 | */ |
| 57 | 57 | public function toObject() |
| 58 | 58 | { |
| 59 | - return (object)$this->toArray(); |
|
| 59 | + return (object) $this->toArray(); |
|
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |