We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pure-callable
1 parent 2adb625 commit 88688ccCopy full SHA for 88688cc
1 file changed
tests/unit/Types/CallableTest.php
@@ -72,6 +72,10 @@ public static function provideToStringData(): array
72
'callable',
73
new Callable_(),
74
],
75
+ 'pure' => [
76
+ 'pure-callable',
77
+ new Callable_('pure-callable'),
78
+ ],
79
'closure' => [
80
'\Closure',
81
new Callable_('\Closure'),
0 commit comments