Minor updates for markdownlint #369
continuous-integration.yml
on: push
ci
/
Generate job matrix
6s
Matrix: ci / QA Checks
Annotations
12 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)
|
RiskyTruthyFalsyComparison:
src/ConfigInjector/AbstractInjector.php#L188
src/ConfigInjector/AbstractInjector.php:188:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
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)
|
ci / QA Checks (README Linting [8.0, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
README.md#L63
Spaces inside emphasis markers [Context: "* f"]
|
ci / QA Checks (README Linting [8.0, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
README.md#L65
Spaces inside emphasis markers [Context: "* f"]
|