Update style ruleset, fix invalid group fetching issue, update packag… #42
php.yml
on: pull_request
Matrix: install
Matrix: php-cs-fixer
Matrix: phpstan
Matrix: test
Annotations
10 errors
phpstan (5.4, 8.1):
src/Interfaces/Http/ActionValidatorInterface.php#L12
Method DualMedia\DtoRequestBundle\Interfaces\Http\ActionValidatorInterface::supports() has parameter $variable with no type specified.
|
phpstan (5.4, 8.1):
src/Interfaces/Http/ActionValidatorInterface.php#L17
Method DualMedia\DtoRequestBundle\Interfaces\Http\ActionValidatorInterface::validate() has parameter $variable with no type specified.
|
phpstan (5.4, 8.1):
src/Interfaces/Type/CoercerInterface.php#L29
Method DualMedia\DtoRequestBundle\Interfaces\Type\CoercerInterface::coerce() has parameter $value with no type specified.
|
phpstan (5.4, 8.1):
src/Interfaces/Type/CoercionServiceInterface.php#L29
Method DualMedia\DtoRequestBundle\Interfaces\Type\CoercionServiceInterface::coerce() has parameter $value with no type specified.
|
phpstan (5.4, 8.1):
src/Service/Http/ActionValidatorService.php#L26
Method DualMedia\DtoRequestBundle\Service\Http\ActionValidatorService::supports() has parameter $variable with no type specified.
|
phpstan (5.4, 8.1):
src/Service/Http/ActionValidatorService.php#L39
Method DualMedia\DtoRequestBundle\Service\Http\ActionValidatorService::validate() has parameter $variable with no type specified.
|
phpstan (5.4, 8.1):
src/Service/Http/OnNullActionValidator.php#L14
Method DualMedia\DtoRequestBundle\Service\Http\OnNullActionValidator::supports() has parameter $variable with no type specified.
|
phpstan (5.4, 8.1):
src/Service/Http/OnNullActionValidator.php#L22
Method DualMedia\DtoRequestBundle\Service\Http\OnNullActionValidator::validate() has parameter $variable with no type specified.
|
phpstan (5.4, 8.1):
src/Service/Resolver/DtoTypeExtractorHelper.php#L53
Parameter #1 $attribute of method DualMedia\DtoRequestBundle\Model\Type\Property::addDtoAttribute() expects DualMedia\DtoRequestBundle\Interfaces\Attribute\DtoAttributeInterface, object given.
|
phpstan (5.4, 8.1):
src/Service/Type/Coercer/BoolCoercer.php#L26
Method DualMedia\DtoRequestBundle\Service\Type\Coercer\BoolCoercer::coerce() has parameter $value with no type specified.
|