Skip to content

Add MemoizedCombinedRegexp #548

Add MemoizedCombinedRegexp

Add MemoizedCombinedRegexp #548

Triggered via pull request August 4, 2023 07:03
Status Failure
Total duration 43s
Artifacts

static.yml

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

Annotations

15 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
The operation was canceled.