[TOOLS] Continue raising PHPStan level to 6
This commit is contained in:
@@ -39,6 +39,10 @@ class Blog extends Plugin
|
||||
return Event::next;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param (array{actor: \App\Entity\Actor} & array<string, mixed>) $vars
|
||||
* @param array<string> $res
|
||||
*/
|
||||
public function onAppendCardProfile(array $vars, array &$res): EventResult
|
||||
{
|
||||
$actor = Common::actor();
|
||||
|
Reference in New Issue
Block a user