@@ -36,12 +36,12 @@ |
||
| 36 | 36 | } |
| 37 | 37 | $this->options = $options; |
| 38 | 38 | |
| 39 | - if(!$client instanceof Reader) { |
|
| 39 | + if (!$client instanceof Reader) { |
|
| 40 | 40 | $client = new Reader($client); |
| 41 | 41 | } |
| 42 | 42 | $this->reader = $client; |
| 43 | 43 | |
| 44 | - $this->profiles = (array)$profiles; |
|
| 44 | + $this->profiles = (array) $profiles; |
|
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | /** |