Skip to content

Commit eb719d4

Browse files
committed
Update CallableType.php
1 parent 83a6298 commit eb719d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/CallableType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function isSubTypeOf(Type $otherType): IsSuperTypeOfResult
206206

207207
return new IsSuperTypeOfResult(
208208
$otherType->isCallable()->and($otherType instanceof self ? TrinaryLogic::createYes() : TrinaryLogic::createMaybe()),
209-
[]
209+
[],
210210
);
211211
}
212212

0 commit comments

Comments
 (0)