Skip to content

Commit 959d8c6

Browse files
Fix phpstan build (#87)
1 parent 7ac6705 commit 959d8c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Type/BeberleiAssert/AssertHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private static function createExpression(
269269
}
270270

271271
/**
272-
* @return array<string, callable(Scope, Arg...): (Expr|array{?Expr, ?Expr}|null)>
272+
* @return array<string, callable(Scope, Arg, Arg...): (Expr|array{?Expr, ?Expr}|null)>
273273
*/
274274
private static function getExpressionResolvers(): array
275275
{

0 commit comments

Comments
 (0)