Skip to content

first draft for ux icons support #456

first draft for ux icons support

first draft for ux icons support #456

Triggered via pull request April 26, 2024 05:56
@kevinpapstkevinpapst
synchronize #195
ux-icons
Status Failure
Total duration 31s
Artifacts

linting.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 2 warnings
Linting - PHP 8.1: src/Command/IconsCommand.php#L31
Method KevinPapst\TablerBundle\Command\IconsCommand::__construct() has parameter $tablerBundleIcons with no value type specified in iterable type array.
Linting - PHP 8.1: src/Command/IconsCommand.php#L43
Method KevinPapst\TablerBundle\Command\IconsCommand::getPackageMappings() return type has no value type specified in iterable type array.
Linting - PHP 8.1: src/Command/IconsCommand.php#L52
Method KevinPapst\TablerBundle\Command\IconsCommand::getIconMapping() return type has no value type specified in iterable type array.
Linting - PHP 8.1: src/Command/IconsCommand.php#L72
Method KevinPapst\TablerBundle\Command\IconsCommand::getConvertedConfig() return type has no value type specified in iterable type array.
Linting - PHP 8.1: src/Command/IconsCommand.php#L96
Cannot call method find() on Symfony\Component\Console\Application|null.
Linting - PHP 8.1
Process completed with exit code 1.
Linting - PHP 8.2
The job was canceled because "_8_1" failed.
Linting - PHP 8.2: src/Command/IconsCommand.php#L31
Method KevinPapst\TablerBundle\Command\IconsCommand::__construct() has parameter $tablerBundleIcons with no value type specified in iterable type array.
Linting - PHP 8.2: src/Command/IconsCommand.php#L43
Method KevinPapst\TablerBundle\Command\IconsCommand::getPackageMappings() return type has no value type specified in iterable type array.
Linting - PHP 8.2: src/Command/IconsCommand.php#L52
Method KevinPapst\TablerBundle\Command\IconsCommand::getIconMapping() return type has no value type specified in iterable type array.
Linting - PHP 8.2: src/Command/IconsCommand.php#L72
Method KevinPapst\TablerBundle\Command\IconsCommand::getConvertedConfig() return type has no value type specified in iterable type array.
Linting - PHP 8.2: src/Command/IconsCommand.php#L96
Cannot call method find() on Symfony\Component\Console\Application|null.
Linting - PHP 8.2
Process completed with exit code 1.
Linting - PHP 8.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linting - PHP 8.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/