Skip to content

Commit 66d3648

Browse files
committed
Ignore missingType.callable
1 parent 73026f2 commit 66d3648

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Type/constructors.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ function objectShapeT(array $props = []): ObjectShapeT
314314
* @api
315315
* @param list<Parameter|Type> $params
316316
* @return CallableT<callable>
317+
* @phpstan-ignore missingType.callable
317318
*/
318319
function callableT(array $params = [], Type $return = mixedT): CallableT
319320
{
@@ -330,6 +331,7 @@ function callableT(array $params = [], Type $return = mixedT): CallableT
330331
* @api
331332
* @param list<Parameter|Type> $params
332333
* @return ClosureT<\Closure>
334+
* @phpstan-ignore missingType.callable
333335
*/
334336
function closureT(array $params = [], Type $return = mixedT): ClosureT
335337
{

0 commit comments

Comments
 (0)