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 76f41fa commit e43a6beCopy full SHA for e43a6be
tests/Feature/VisitMonitoringTest.php
@@ -123,11 +123,9 @@
123
});
124
125
/**
126
- * Create user.
127
- *
128
- * @return \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Model
+ * Create user and return it.
129
*/
130
-function createUser()
+function createUser(): \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Model
131
{
132
return User::query()->create([
133
'name' => 'milwad',
0 commit comments