From 0d1657ea66b81fdc6f20940e0946c18efd87e8cc Mon Sep 17 00:00:00 2001 From: Phan An Date: Sun, 4 Nov 2018 12:59:00 +0100 Subject: [PATCH] Fix doc type hint (#850) * Add "Smart Playlist" backend logics * Apply fixes from StyleCI (#848) --- tests/Integration/Services/SmartPlaylistServiceTest.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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([