diff --git a/tests/Integration/Services/SmartPlaylistServiceTest.php b/tests/Integration/Services/SmartPlaylistServiceTest.php index e0614931..48df8b06 100644 --- a/tests/Integration/Services/SmartPlaylistServiceTest.php +++ b/tests/Integration/Services/SmartPlaylistServiceTest.php @@ -328,11 +328,9 @@ class SmartPlaylistServiceTest extends TestCase public function testRulesWithUser(): void { - /** - * @var User - * @var User $alice - */ + /** @var User $bob */ $bob = factory(User::class)->create(); + /** @var User $alice */ $alice = factory(User::class)->create(); $bobSong = factory(Song::class)->create([