Bug #78402
closedScrutinizer issues: ShortcutToolbarItem.php
100%
Description
It seems like $pageRow defined by \TYPO3\CMS\Backend\Utili...9;pages', $pageId) on line 304 can also be of type null; however, TYPO3\CMS\Core\Authentic...n::doesUserHaveAccess() does only seem to accept array, maybe add an additional type check?
It seems like $module defined by \TYPO3\CMS\Core\Utility\...OST on line 644 can also be of type array; however, TYPO3\CMS\Backend\Backen...lbarItem::addShortcut() does only seem to accept string, maybe add an additional type check?
The variable $pageId does not seem to be defined for all execution paths leading up to this point.
The expression $backendUser->isInWebMount($pageId) of type integer|null is loosely compared to false; this is ambiguous if the integer can be zero. You might want to explicitly use === null instead.