Skip to content

Commit e43a6be

Browse files
committed
Update VisitMonitoringTest.php
1 parent 76f41fa commit e43a6be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/Feature/VisitMonitoringTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@
123123
});
124124

125125
/**
126-
* Create user.
127-
*
128-
* @return \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Model
126+
* Create user and return it.
129127
*/
130-
function createUser()
128+
function createUser(): \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Model
131129
{
132130
return User::query()->create([
133131
'name' => 'milwad',

0 commit comments

Comments
 (0)