Lock file maintenance #301
continuous-integration.yml
on: push
ci
/
Generate job matrix
6s
Matrix: ci / QA Checks
Annotations
10 errors
ArgumentTypeCoercion:
src/ConfigDiscovery/AbstractDiscovery.php#L63
src/ConfigDiscovery/AbstractDiscovery.php:63:33: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
RedundantCondition:
src/ConfigInjector/AbstractInjector.php#L147
src/ConfigInjector/AbstractInjector.php:147:20: RedundantCondition: '' can never contain non-empty-string (see https://psalm.dev/122)
|
ArgumentTypeCoercion:
src/ConfigInjector/AbstractInjector.php#L239
src/ConfigInjector/AbstractInjector.php:239:32: ArgumentTypeCoercion: Argument 1 of preg_replace expects array<array-key, non-empty-string>|non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/ConfigInjector/AbstractInjector.php#L259
src/ConfigInjector/AbstractInjector.php:259:24: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/ConfigInjector/AbstractInjector.php#L293
src/ConfigInjector/AbstractInjector.php:293:32: ArgumentTypeCoercion: Argument 1 of preg_replace expects array<array-key, non-empty-string>|non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/ConfigInjector/AbstractInjector.php#L314
src/ConfigInjector/AbstractInjector.php:314:24: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/ConfigInjector/AbstractInjector.php#L355
src/ConfigInjector/AbstractInjector.php:355:13: ArgumentTypeCoercion: Argument 1 of preg_replace expects array<array-key, non-empty-string>|non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/ConfigInjector/AbstractInjector.php#L388
src/ConfigInjector/AbstractInjector.php:388:27: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
ArgumentTypeCoercion:
src/ConfigInjector/AbstractInjector.php#L389
src/ConfigInjector/AbstractInjector.php:389:27: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
RedundantCondition:
src/ConfigInjector/ConfigAggregatorInjector.php#L91
src/ConfigInjector/ConfigAggregatorInjector.php:91:16: RedundantCondition: '' can never contain non-empty-string (see https://psalm.dev/122)
|