Skip to content

[BUGFIX] Remove non-existent UnsupportedRequestTypeException #34

[BUGFIX] Remove non-existent UnsupportedRequestTypeException

[BUGFIX] Remove non-existent UnsupportedRequestTypeException #34

Triggered via pull request October 7, 2024 17:06
Status Failure
Total duration 27s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: Classes/Command/DigasBaseCommand.php#L208
Variable $feUser in empty() always exists and is not falsy.
phpstan: Classes/Command/DigasBaseCommand.php#L212
Call to method getRecordId() on an unknown class Slub\SlubWebDigas\Domain\Model\KitodoDocument.
phpstan: Classes/Command/DigasBaseCommand.php#L213
Call to method getTitle() on an unknown class Slub\SlubWebDigas\Domain\Model\KitodoDocument.
phpstan: Classes/Command/KitodoAccessGrantedNotification.php#L107
Parameter #2 $notificationTimestamp (string) of method Slub\DigasFeManagement\Command\KitodoAccessGrantedNotification::updateAccessEntry() should be compatible with parameter $notificationTimestamp (int) of method Slub\DigasFeManagement\Command\DigasBaseCommand::updateAccessEntry()
phpstan: Classes/Command/KitodoAccessGrantedNotification.php#L110
Parameter #1 $accessGrantedNotification of method Slub\DigasFeManagement\Domain\Model\Access::setAccessGrantedNotification() expects int, string given.
phpstan: Classes/Command/KitodoAccessGrantedNotification.php#L111
Parameter #1 $informUser of method Slub\DigasFeManagement\Domain\Model\Access::setInformUser() expects bool, int given.
phpstan: Classes/Controller/AccessController.php#L173
Parameter #1 $informUser of method Slub\DigasFeManagement\Domain\Model\Access::setInformUser() expects bool, int given.
phpstan: Classes/Controller/AccessController.php#L400
Parameter #1 $hidden of method Slub\DigasFeManagement\Domain\Model\Access::setHidden() expects bool, int given.
phpstan: Classes/Controller/AccessController.php#L401
Parameter #1 $rejected of method Slub\DigasFeManagement\Domain\Model\Access::setRejected() expects bool, int given.
phpstan: Classes/Controller/AccessController.php#L406
Parameter #1 $informUser of method Slub\DigasFeManagement\Domain\Model\Access::setInformUser() expects bool, int given.