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 db7a331 commit 022ebc9Copy full SHA for 022ebc9
types/Support/Helpers.php
@@ -42,7 +42,7 @@
42
return 10;
43
}));
44
45
-assertType('mixed', with(new User(), function ($user) {
+assertType('User', with(new User(), function ($user) {
46
return $user;
47
48
assertType('User', with(new User(), function ($user): User {
0 commit comments