Skip to content

Refactor CombinedRegexp and MemoizedCombinedRegexp classes, add tests… #545

Refactor CombinedRegexp and MemoizedCombinedRegexp classes, add tests…

Refactor CombinedRegexp and MemoizedCombinedRegexp classes, add tests… #545

Triggered via push August 4, 2023 07:00
Status Failure
Total duration 41s
Artifacts

static.yml

on: push
Matrix: psalm / psalm
Fit to window
Zoom out
Zoom in

Annotations

16 errors
ArgumentTypeCoercion: src/CombinedRegexp.php#L53
src/CombinedRegexp.php:53:27: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/CombinedRegexp.php#L71
src/CombinedRegexp.php:71:29: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Inflector.php#L424
src/Inflector.php:424:28: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Inflector.php#L425
src/Inflector.php:425:37: 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/Inflector.php#L446
src/Inflector.php:446:28: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Inflector.php#L447
src/Inflector.php:447:37: 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)
psalm / PHP 8.1-ubuntu-latest
Process completed with exit code 2.
psalm / PHP 8.2-ubuntu-latest
The job was canceled because "ubuntu-latest_8_1" failed.
ArgumentTypeCoercion: src/CombinedRegexp.php#L53
src/CombinedRegexp.php:53:27: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/CombinedRegexp.php#L71
src/CombinedRegexp.php:71:29: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Inflector.php#L424
src/Inflector.php:424:28: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Inflector.php#L425
src/Inflector.php:425:37: 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/Inflector.php#L446
src/Inflector.php:446:28: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Inflector.php#L447
src/Inflector.php:447:37: 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)
psalm / PHP 8.2-ubuntu-latest
Process completed with exit code 2.
psalm / PHP 8.0-ubuntu-latest
The job was canceled because "ubuntu-latest_8_1" failed.