Skip to content

Test against PHP 8.3 #21

Test against PHP 8.3

Test against PHP 8.3 #21

Triggered via push September 20, 2024 06:58
Status Failure
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: tests/IterableToDictionaryTest.php#L14
Unable to resolve the template type TKey in call to function ICanBoogie\iterable_to_dictionary
phpstan: tests/IterableToDictionaryTest.php#L16
Parameter #2 $key_selector of function ICanBoogie\iterable_to_dictionary expects callable(array{offset: string, value: string}): (int|non-empty-string), Closure(array): string given.
phpstan: tests/IterableToDictionaryTest.php#L28
Unable to resolve the template type TKey in call to function ICanBoogie\iterable_to_dictionary
phpstan: tests/IterableToDictionaryTest.php#L30
Parameter #2 $key_selector of function ICanBoogie\iterable_to_dictionary expects callable(array{offset: string, value: string}): (int|non-empty-string), Closure(array): string given.
phpstan: tests/IterableToDictionaryTest.php#L53
Unable to resolve the template type TKey in call to function ICanBoogie\iterable_to_dictionary
phpstan: tests/IterableToDictionaryTest.php#L55
Parameter #2 $key_selector of function ICanBoogie\iterable_to_dictionary expects callable(Test\ICanBoogie\Acme\SampleObject): (int|non-empty-string), Closure(Test\ICanBoogie\Acme\SampleObject): string given.
phpstan: tests/IterableToDictionaryTest.php#L67
Unable to resolve the template type TKey in call to function ICanBoogie\iterable_to_dictionary
phpstan: tests/IterableToDictionaryTest.php#L69
Parameter #2 $key_selector of function ICanBoogie\iterable_to_dictionary expects callable(Test\ICanBoogie\Acme\SampleObject): (int|non-empty-string), Closure(Test\ICanBoogie\Acme\SampleObject): string given.
phpstan: tests/IterableToGroupsTest.php#L14
Unable to resolve the template type TKey in call to function ICanBoogie\iterable_to_groups
phpstan: tests/IterableToGroupsTest.php#L16
Parameter #2 $key_selector of function ICanBoogie\iterable_to_groups expects callable(array{offset: string, value: string}): (int|non-empty-string), Closure(array): string given.