@@ -44,7 +44,7 @@ |
||
| 44 | 44 | /** |
| 45 | 45 | * Get job list |
| 46 | 46 | * @param array $options |
| 47 | - * @return \Generator|\stdClass |
|
| 47 | + * @return \Generator |
|
| 48 | 48 | * @throws \vfalies\tmdb\Catalogs\TmdbException |
| 49 | 49 | */ |
| 50 | 50 | public function getList(array $options = array()) |
@@ -116,7 +116,7 @@ |
||
| 116 | 116 | |
| 117 | 117 | /** |
| 118 | 118 | * Company movies list |
| 119 | - * @return \Generator|Results\Movie |
|
| 119 | + * @return \Generator |
|
| 120 | 120 | */ |
| 121 | 121 | public function getMovies() |
| 122 | 122 | { |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | * |
| 11 | - |
|
| 12 | 11 | * @author Vincent Faliès <[email protected]> |
| 13 | 12 | * @copyright Copyright (c) 2017 |
| 14 | 13 | */ |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | * |
| 11 | - |
|
| 12 | 11 | * @author Vincent Faliès <[email protected]> |
| 13 | 12 | * @copyright Copyright (c) 2017 |
| 14 | 13 | */ |
@@ -7,7 +7,6 @@ discard block |
||
| 7 | 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | * |
| 10 | - |
|
| 11 | 10 | * @author Vincent Faliès <[email protected]> |
| 12 | 11 | * @copyright Copyright (c) 2017 |
| 13 | 12 | */ |
@@ -49,10 +48,10 @@ discard block |
||
| 49 | 48 | */ |
| 50 | 49 | protected $title; |
| 51 | 50 | |
| 52 | - /** |
|
| 53 | - * Get show ID |
|
| 54 | - * @return int |
|
| 55 | - */ |
|
| 51 | + /** |
|
| 52 | + * Get show ID |
|
| 53 | + * @return int |
|
| 54 | + */ |
|
| 56 | 55 | public function getId() |
| 57 | 56 | { |
| 58 | 57 | return (int) $this->id; |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | /** |
| 37 | 37 | * Create |
| 38 | 38 | * @param array $loggerConf |
| 39 | - * @return \static |
|
| 39 | + * @return Factory |
|
| 40 | 40 | */ |
| 41 | 41 | public static function create($loggerConf = ['builder' => 'NullLogger', 'config' => []]) |
| 42 | 42 | { |
@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | * Get Tmdb object |
| 51 | 51 | * @param string $api_key API Key |
| 52 | 52 | * @param int $version API Version (not yet used) |
| 53 | - * @return TmdbInterface |
|
| 53 | + * @return Tmdb |
|
| 54 | 54 | */ |
| 55 | 55 | public function getTmdb($api_key, $version = 3) |
| 56 | 56 | { |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | * Get Builder |
| 62 | 62 | * @param string $builder |
| 63 | 63 | * @param array $args |
| 64 | - * @return type |
|
| 64 | + * @return LoggerBuilderInterface |
|
| 65 | 65 | */ |
| 66 | 66 | public function getBuilder($builder, array $args = []) |
| 67 | 67 | { |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | * |
| 11 | - |
|
| 12 | 11 | * @author Vincent Faliès <[email protected]> |
| 13 | 12 | * @copyright Copyright (c) 2017 |
| 14 | 13 | */ |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | * |
| 11 | - |
|
| 12 | 11 | * @author Vincent Faliès <[email protected]> |
| 13 | 12 | * @copyright Copyright (c) 2017 |
| 14 | 13 | */ |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | * |
| 11 | - |
|
| 12 | 11 | * @author Vincent Faliès <[email protected]> |
| 13 | 12 | * @copyright Copyright (c) 2017 |
| 14 | 13 | */ |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | * |
| 11 | - |
|
| 12 | 11 | * @author Vincent Faliès <[email protected]> |
| 13 | 12 | * @copyright Copyright (c) 2017 |
| 14 | 13 | */ |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | * |
| 11 | - |
|
| 12 | 11 | * @author Vincent Faliès <[email protected]> |
| 13 | 12 | * @copyright Copyright (c) 2017 |
| 14 | 13 | */ |