@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | } |
| 31 | 31 | $this->options = $options; |
| 32 | 32 | |
| 33 | - if(!$client instanceof Reader) { |
|
| 33 | + if (!$client instanceof Reader) { |
|
| 34 | 34 | $client = new Reader($client); |
| 35 | 35 | } |
| 36 | 36 | $this->reader = $client; |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | public function __invoke($profile = []): array |
| 44 | 44 | { |
| 45 | 45 | if (!is_array($profile)) { |
| 46 | - $profile = (array)$profile; |
|
| 46 | + $profile = (array) $profile; |
|
| 47 | 47 | } |
| 48 | 48 | $paths = $this->createPaths($profile); |
| 49 | 49 | $paths = array_reverse($paths); |