Skip to content
Snippets Groups Projects
Commit 4538fd22 authored by Jiří Pudil's avatar Jiří Pudil
Browse files

typo

parent 8f80c78a
No related branches found
No related tags found
1 merge request!1Replace assertFunctionSignature with phpstan's callable types
Pipeline #22030 passed
......@@ -6,12 +6,12 @@ final class TypeMapper
{
/**
* @var (callable(string $typeName, string $location): ?string>)[]
* @var (callable(string $typeName, string $location): ?string)[]
*/
private $matchers = [];
/**
* @var (callable(mixed $value, string $typeName): mixed>)[]
* @var (callable(mixed $value, string $typeName): mixed)[]
*/
private $mappings = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment