chore(deps): Bump actions/stale from 9 to 10 #216
continuous-integration.yml
on: pull_request
Supported Versions Matrix
4s
Matrix: Unit Tests
Annotations
132 errors and 4 notices
|
Unit Tests (ubuntu-latest, 8.1)
Process completed with exit code 2.
|
|
Unit Tests (ubuntu-latest, 8.1)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires ecphp/php-conventions ^1 -> satisfiable by ecphp/php-conventions[1.0.0, 1.0.1, 1.0.2, 1.0.3].
- Root composer.json requires phpstan/phpstan-symfony ^2 -> satisfiable by phpstan/phpstan-symfony[2.0.0, ..., 2.0.7].
- drupol/php-conventions[5.0.0, ..., 5.0.7] require phpro/grumphp 1.3.* -> satisfiable by phpro/grumphp[v1.3.0, v1.3.1, v1.3.2, v1.3.3].
- drupol/php-conventions[5.0.8, ..., 5.1.4] require phpstan/phpstan ^1 -> satisfiable by phpstan/phpstan[1.0.0, ..., 1.12.28].
- ecphp/php-conventions[1.0.0, ..., 1.0.2] require drupol/php-conventions ^5 -> satisfiable by drupol/php-conventions[5.0.0, ..., 5.1.4].
- phpro/grumphp[v1.3.0, ..., v1.3.3] require symfony/config ~4.4 || ~5.0 -> found symfony/config[v4.4.0, ..., v4.4.44, v5.0.0, ..., v5.4.46] but it conflicts with your root composer.json require (^6.4 || ^7).
- Conclusion: don't install one of phpstan/phpstan[2.1.22], ecphp/php-conventions[1.0.3] (conflict analysis result)
- Conclusion: install phpstan/phpstan 2.1.22 (conflict analysis result)
- You can only install one version of a package, so only one of these can be installed: phpstan/phpstan[0.11.6, ..., 0.12.100, 1.0.0, ..., 1.12.28, 2.1.15, ..., 2.1.22].
|
|
Unit Tests (windows-latest, 8.1)
Process completed with exit code 2.
|
|
Unit Tests (windows-latest, 8.1)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires ecphp/php-conventions ^1 -> satisfiable by ecphp/php-conventions[1.0.0, 1.0.1, 1.0.2, 1.0.3].
- Root composer.json requires phpstan/phpstan-symfony ^2 -> satisfiable by phpstan/phpstan-symfony[2.0.0, ..., 2.0.7].
- drupol/php-conventions[5.0.0, ..., 5.0.7] require phpro/grumphp 1.3.* -> satisfiable by phpro/grumphp[v1.3.0, v1.3.1, v1.3.2, v1.3.3].
- drupol/php-conventions[5.0.8, ..., 5.1.4] require phpstan/phpstan ^1 -> satisfiable by phpstan/phpstan[1.0.0, ..., 1.12.28].
- ecphp/php-conventions[1.0.0, ..., 1.0.2] require drupol/php-conventions ^5 -> satisfiable by drupol/php-conventions[5.0.0, ..., 5.1.4].
- phpro/grumphp[v1.3.0, ..., v1.3.3] require symfony/config ~4.4 || ~5.0 -> found symfony/config[v4.4.0, ..., v4.4.44, v5.0.0, ..., v5.4.46] but it conflicts with your root composer.json require (^6.4 || ^7).
- Conclusion: don't install one of phpstan/phpstan[2.1.22], ecphp/php-conventions[1.0.3] (conflict analysis result)
- Conclusion: install phpstan/phpstan 2.1.22 (conflict analysis result)
- You can only install one version of a package, so only one of these can be installed: phpstan/phpstan[0.11.6, ..., 0.12.100, 1.0.0, ..., 1.12.28, 2.1.15, ..., 2.1.22].
|
|
Unit Tests (ubuntu-latest, 8.4)
Process completed with exit code 2.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (ubuntu-latest, 8.4):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.3)
Process completed with exit code 2.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (ubuntu-latest, 8.3):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.2)
Process completed with exit code 2.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (ubuntu-latest, 8.2):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.2)
Process completed with exit code 1.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (windows-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (windows-latest, 8.2):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.3)
Process completed with exit code 1.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (windows-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (windows-latest, 8.3):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.4)
Process completed with exit code 1.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (windows-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (windows-latest, 8.4):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.1)
Process completed with exit code 2.
|
|
Unit Tests (macOS-latest, 8.1)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires ecphp/php-conventions ^1 -> satisfiable by ecphp/php-conventions[1.0.0, 1.0.1, 1.0.2, 1.0.3].
- Root composer.json requires phpstan/phpstan-symfony ^2 -> satisfiable by phpstan/phpstan-symfony[2.0.0, ..., 2.0.7].
- drupol/php-conventions[5.0.0, ..., 5.0.7] require phpro/grumphp 1.3.* -> satisfiable by phpro/grumphp[v1.3.0, v1.3.1, v1.3.2, v1.3.3].
- drupol/php-conventions[5.0.8, ..., 5.1.4] require phpstan/phpstan ^1 -> satisfiable by phpstan/phpstan[1.0.0, ..., 1.12.28].
- ecphp/php-conventions[1.0.0, ..., 1.0.2] require drupol/php-conventions ^5 -> satisfiable by drupol/php-conventions[5.0.0, ..., 5.1.4].
- phpro/grumphp[v1.3.0, ..., v1.3.3] require symfony/config ~4.4 || ~5.0 -> found symfony/config[v4.4.0, ..., v4.4.44, v5.0.0, ..., v5.4.46] but it conflicts with your root composer.json require (^6.4 || ^7).
- Conclusion: don't install one of phpstan/phpstan[2.1.22], ecphp/php-conventions[1.0.3] (conflict analysis result)
- Conclusion: install phpstan/phpstan 2.1.22 (conflict analysis result)
- You can only install one version of a package, so only one of these can be installed: phpstan/phpstan[0.11.6, ..., 0.12.100, 1.0.0, ..., 1.12.28, 2.1.15, ..., 2.1.22].
|
|
Unit Tests (macOS-latest, 8.2)
Process completed with exit code 2.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (macOS-latest, 8.2):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (macOS-latest, 8.2):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.4)
Process completed with exit code 2.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (macOS-latest, 8.4):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (macOS-latest, 8.4):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.3)
Process completed with exit code 2.
|
|
UndefinedMethod:
src/Service/EuLoginApiCredentials.php#L189
src/Service/EuLoginApiCredentials.php:189:15: UndefinedMethod: Method Facile\OpenIDClient\Service\Builder\AbstractServiceBuilder::build does not exist (see https://psalm.dev/022)
|
|
InternalMethod:
src/Service/EuLoginApiAccessTokenVerifier.php#L28
src/Service/EuLoginApiAccessTokenVerifier.php:28:35: InternalMethod: The method Facile\JoseVerifier\Validate\Validate::run is internal to Facile but called from EcPhp\EuLoginApiAuthenticationBundle\Service\EuLoginApiAccessTokenVerifier::verify (see https://psalm.dev/175)
|
|
UndefinedInterfaceMethod:
src/DependencyInjection/Configuration.php#L31
src/DependencyInjection/Configuration.php:31:15: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode does not exist (see https://psalm.dev/181)
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L79
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getUserIdentifier() should return non-empty-string but returns string.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L71
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getSalt() never returns string so it can be removed from the return type.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L60
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getPassword() never returns string so it can be removed from the return type.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L57
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() should return array<array|string> but returns array<mixed>.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L54
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::getAttributes() return type has no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L36
Parameter #1 $identifier of class EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser constructor expects string, mixed given.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $payload with no value type specified in iterable type array.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has parameter $identifier with no type specified.
|
|
Unit Tests (macOS-latest, 8.3):
src/Security/Core/User/EuLoginApiAuthenticationUser.php#L34
Method EcPhp\EuLoginApiAuthenticationBundle\Security\Core\User\EuLoginApiAuthenticationUser::createFromPayload() has no return type specified.
|
|
Unit Tests (macOS-latest, 8.3):
src/Exception/EuLoginApiAuthenticationException.php#L23
Method EcPhp\EuLoginApiAuthenticationBundle\Exception\EuLoginApiAuthenticationException::invalidAuthorizationHeader() has parameter $headerParts with no value type specified in iterable type array.
|
|
Unit Tests (windows-latest, 8.1)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
Unit Tests (windows-latest, 8.2)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
Unit Tests (windows-latest, 8.3)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
Unit Tests (windows-latest, 8.4)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|