Skip to content

Commit 15f37a0

Browse files
committed
fix error on callable reporting
1 parent 5dd0225 commit 15f37a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testExtension(): void
7474
45,
7575
],
7676
[
77-
'Variable $l is: callable(): mixed',
77+
'Variable $l is: callable',
7878
48,
7979
],
8080
[

0 commit comments

Comments
 (0)