@@ -1,4 +1,4 @@ discard block |
||
| 1 | -<?php declare(strict_types = 1); |
|
| 1 | +<?php declare(strict_types=1); |
|
| 2 | 2 | /** |
| 3 | 3 | * This file is part of the Tmdb package. |
| 4 | 4 | * |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | $options = []; |
| 78 | 78 | $this->tmdb->checkOptionLanguage($this->params, $options); |
| 79 | 79 | |
| 80 | - $data = $this->tmdb->getRequest($params->url, $options); |
|
| 80 | + $data = $this->tmdb->getRequest($params->url, $options); |
|
| 81 | 81 | |
| 82 | 82 | foreach ($data->$key as $b) { |
| 83 | 83 | $image = new Results\Image($this->tmdb, $this->id, $b); |