Skip to content

Added context to ChoiceOptionProvider for dynamic choices #348

Added context to ChoiceOptionProvider for dynamic choices

Added context to ChoiceOptionProvider for dynamic choices #348

Triggered via push March 21, 2024 10:45
Status Failure
Total duration 36s
Artifacts

php.yml

on: push
Matrix: php-cs-fixer
Matrix: phpstan_pimcore10
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 1 warning
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L54
Method Valantic\PimcoreFormsBundle\Form\Builder::field() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L54
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L91
Method Valantic\PimcoreFormsBundle\Form\Builder::getOptions() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L91
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L94
Offset 'config' does not exist on array|null.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Service/FormService.php#L125
Method Valantic\PimcoreFormsBundle\Service\FormService::build() invoked with 1 parameter, 2 required.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest)
Process completed with exit code 1.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L54
Method Valantic\PimcoreFormsBundle\Form\Builder::field() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L54
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L91
Method Valantic\PimcoreFormsBundle\Form\Builder::getOptions() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L91
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Form/Builder.php#L94
Offset 'config' does not exist on array|null.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest): src/Service/FormService.php#L125
Method Valantic\PimcoreFormsBundle\Service\FormService::build() invoked with 1 parameter, 2 required.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-stable) on ubuntu-latest)
Process completed with exit code 1.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L54
Method Valantic\PimcoreFormsBundle\Form\Builder::field() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L54
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L91
Method Valantic\PimcoreFormsBundle\Form\Builder::getOptions() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L91
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L94
Offset 'config' does not exist on array|null.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Service/FormService.php#L125
Method Valantic\PimcoreFormsBundle\Service\FormService::build() invoked with 1 parameter, 2 required.
phpstan (PHP 8.1 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest)
Process completed with exit code 1.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L54
Method Valantic\PimcoreFormsBundle\Form\Builder::field() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L54
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L91
Method Valantic\PimcoreFormsBundle\Form\Builder::getOptions() has parameter $options with no value type specified in iterable type array.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L91
PHPDoc tag @param references unknown parameter: $formConfig
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Form/Builder.php#L94
Offset 'config' does not exist on array|null.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest): src/Service/FormService.php#L125
Method Valantic\PimcoreFormsBundle\Service\FormService::build() invoked with 1 parameter, 2 required.
phpstan (PHP 8.2 with Pimcore ^11.0 (prefer-lowest) on ubuntu-latest)
Process completed with exit code 1.
php-cs-fixer (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.