Fix PHPStan errors

This commit is contained in:
Art4 2025-05-13 06:12:16 +00:00
commit b2bbcc4965

View file

@ -864,6 +864,7 @@ class Item
unset($_SESSION['uid']);
}
} elseif (!$notify) {
/** @var array<string,mixed> */
$item = $eventDispatcher->dispatch(
new ArrayFilterEvent(ArrayFilterEvent::INSERT_POST_REMOTE, $item)
)->getArray();