Add test for i18n help #91
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/
|