Skip to content

Commit b7959c1

Browse files
committed
Fix phpstan error
1 parent da2d175 commit b7959c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/UserTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ public function testFindWhere(): void
380380
'last_name' => 'Etheve',
381381
]
382382
);
383+
384+
$this->assertNotNull($user1);
385+
/** @var User $user1 */
386+
383387
$this->assertTrue($user1->delete());
384388
$this->assertFalse($user1->refresh());
385389
$this->assertSame(0, User::count());

0 commit comments

Comments
 (0)