Added a feature to include columns inside forms #797
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: pull_request
linter
44s
phpstan
31s
Matrix: phpunit
Annotations
4 errors
phpstan:
src/Dto/FieldDto.php#L126
Call to function in_array() with incorrect case: in_Array
|
phpstan:
src/Factory/FormLayoutFactory.php#L233
Parameter #1 $columnCssClasses of method EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto::setDefaultColumns() expects string, int given.
|
phpstan:
src/Form/EventListener/FormLayoutSubscriber.php#L35
Variable $formType in PHPDoc tag @var does not match any variable in the foreach loop: $child
|
phpstan
Process completed with exit code 1.
|