Skip to content

Add test for i18n help #91

Add test for i18n help

Add test for i18n help #91

Triggered via push July 19, 2023 14:21
Status Failure
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
phpstan: src/Commands/I18n.php#L52
Parameter #1 $messages of method StellarWP\Pup\Command\Io::writeln() expects array<int, string>|string, string|false given.
phpstan: src/Commands/I18n.php#L82
Expression on left side of ?? is not nullable.
phpstan: src/Commands/I18n.php#L82
Offset 'filter' does not exist on array<int, mixed>.
phpstan: src/Commands/I18n.php#L115
Empty array passed to foreach.
phpstan: src/Config.php#L297
Offset 'formats' does not exist on array<int, mixed>.
phpstan
Process completed with exit code 1.
phpstan
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/