Fix 7 PHPStan errors

This commit is contained in:
Art4 2025-03-05 14:27:34 +00:00
parent 0b162b4429
commit 4ebabd5997
6 changed files with 20 additions and 12 deletions

View file

@ -172,7 +172,7 @@ class Hook
* the provided data.
*
* @param string $name of the hook to call
* @param string|array &$data to transmit to the callback handler
* @param string|array|null $data to transmit to the callback handler
* @return void
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/