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.
1 parent 644e568 commit 1d902e9Copy full SHA for 1d902e9
types/Support/Helpers.php
@@ -32,7 +32,7 @@
32
return 10;
33
}));
34
35
-assertType('mixed', with(new User(), function ($user) {
+assertType('User', with(new User(), function ($user) {
36
return $user;
37
38
assertType('User', with(new User(), function ($user): User {
0 commit comments