[TOOLS] Continue raising PHPStan level to 6
This commit is contained in:
@@ -204,7 +204,7 @@ class GSFile
|
||||
* Throw a client exception if the cache key $id doesn't contain
|
||||
* exactly one entry
|
||||
*/
|
||||
public static function error($exception, $id, array $res)
|
||||
public static function error(string $exception, int $id, array $res): mixed
|
||||
{
|
||||
switch (\count($res)) {
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user