fix: tmdb service phpstan ci

This commit is contained in:
Roardom
2023-12-30 11:01:33 +00:00
parent dfcee2a6df
commit fd12439113
13 changed files with 50 additions and 135 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class ProcessTvJob implements ShouldQueue
/**
* ProcessTvJob Constructor.
*/
public function __construct(public $id)
public function __construct(public int $id)
{
}