Skip to content

Ensure alpha branch dependencies in composer.json #851

Ensure alpha branch dependencies in composer.json

Ensure alpha branch dependencies in composer.json #851

Triggered via push December 18, 2024 16:07
Status Failure
Total duration 1m 50s
Artifacts
Run checks and tests
1m 41s
Run checks and tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run checks and tests: src/Command/ChangeAdminPasswordCommand.php#L31
Parameter $administratorFacade of method Shopsys\FrameworkBundle\Command\ChangeAdminPasswordCommand::__construct() has invalid type App\Model\Administrator\AdministratorFacade.
Run checks and tests: src/Command/ChangeAdminPasswordCommand.php#L31
Parameter $administratorFacade of method Shopsys\FrameworkBundle\Command\ChangeAdminPasswordCommand::__construct() has invalid type App\Model\Administrator\AdministratorFacade.
Run checks and tests: src/Command/ChangeAdminPasswordCommand.php#L31
Property Shopsys\FrameworkBundle\Command\ChangeAdminPasswordCommand::$administratorFacade has unknown class App\Model\Administrator\AdministratorFacade as its type.
Run checks and tests: src/Command/ChangeAdminPasswordCommand.php#L31
Property Shopsys\FrameworkBundle\Command\ChangeAdminPasswordCommand::$administratorFacade has unknown class App\Model\Administrator\AdministratorFacade as its type.
Run checks and tests: src/Command/ChangeAdminPasswordCommand.php#L56
Call to method getByUserName() on an unknown class App\Model\Administrator\AdministratorFacade.
Run checks and tests: src/Component/AddSentryContextSubscriber.php#L18
Used function Sentry\configureScope not found.
Run checks and tests: src/Component/AddSentryContextSubscriber.php#L51
Function Sentry\configureScope not found.
Run checks and tests: src/Component/AddSentryContextSubscriber.php#L51
Parameter $scope of anonymous function has invalid type Sentry\State\Scope.
Run checks and tests: src/Component/AddSentryContextSubscriber.php#L52
Call to method setContext() on an unknown class Sentry\State\Scope.
Run checks and tests: src/Controller/Admin/AdministratorController.php#L65
Parameter $tokenAuthenticator of method Shopsys\FrameworkBundle\Controller\Admin\AdministratorController::__construct() has invalid type Shopsys\FrontendApiBundle\Model\Token\TokenAuthenticator.