phpstan 0.12.99

This commit is contained in:
Dylan K. Taylor
2021-10-09 19:33:43 +01:00
parent 58a95f8836
commit e38866c4ba
7 changed files with 56 additions and 25 deletions

View File

@ -49,7 +49,7 @@ parameters:
#variadics don't work for this - mixed probably shouldn't work either, but for now it does
#what we actually need is something that accepts an infinite number of parameters, but in the absence of that,
#we'll just fill it with 10 - it's very unlikely to encounter a callable with 10 parameters anyway.
anyCallable: 'callable(mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed) : mixed'
anyClosure: '\Closure(mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed, mixed) : mixed'
anyCallable: 'callable(never, never, never, never, never, never, never, never, never, never) : mixed'
anyClosure: '\Closure(never, never, never, never, never, never, never, never, never, never) : mixed'
PhpSocket: '\Socket'
PhpCurlHandle: '\CurlHandle'