Shift step of getting of metadata #402
automated_testing.yml
on: push
Validate composer files
8s
Check composer requirements
19s
Check unused composer requirements
19s
PHP CS Fixer: check
21s
PHPStan: analyse
15s
Tests: Unit
17s
Annotations
9 errors and 6 warnings
PHPStan: analyse:
src/ApplicationFactory.php#L114
Parameter #1 $path of method Aeliot\TodoRegistrar\ConfigFactory::create() expects string, array|float|int|string|false given.
|
PHPStan: analyse:
src/Console/OptionsReader.php#L48
Strict comparison using === between false and string|null will always evaluate to false.
|
PHPStan: analyse:
src/Console/OptionsReader.php#L54
Strict comparison using === between false and string|null will always evaluate to false.
|
PHPStan: analyse:
src/Console/Output.php#L146
Method Aeliot\TodoRegistrar\Console\Output::openOutputStream() should return resource but returns resource|false.
|
PHPStan: analyse:
src/Console/Output.php#L150
Method Aeliot\TodoRegistrar\Console\Output::openOutputStream() should return resource but returns resource|false.
|
PHPStan: analyse:
src/Console/Output.php#L159
Method Aeliot\TodoRegistrar\Console\Output::openErrorStream() should return resource but returns resource|false.
|
PHPStan: analyse:
src/Console/Output.php#L163
Method Aeliot\TodoRegistrar\Console\Output::openErrorStream() should return resource but returns resource|false.
|
PHPStan: analyse:
src/Service/CommentRegistrar.php#L56
Using nullsafe method call on non-nullable type Aeliot\TodoRegistrar\Dto\Tag\TagMetadata. Use -> instead.
|
PHPStan: analyse
Process completed with exit code 1.
|
Validate composer files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHPStan: analyse
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests: Unit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check composer requirements
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check unused composer requirements
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP CS Fixer: check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|