[TOOLS] Continue raising PHPStan level to 6
This commit is contained in:
@@ -54,7 +54,7 @@ abstract class Module
|
||||
/**
|
||||
* Serialize the class to store in the cache
|
||||
*/
|
||||
public static function __set_state($state)
|
||||
public static function __set_state(array $state)
|
||||
{
|
||||
$obj = new (static::class);
|
||||
foreach ($state as $k => $v) {
|
||||
|
Reference in New Issue
Block a user