From 9e5b993a6601e551a2cee4c42683263b295d7243 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 3 Jan 2024 15:49:13 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/MessengerFakerServiceProvider.php | 1 + tests/Commands/SystemCommandTest.php | 6 ++++-- tests/MessengerFakerTest.php | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/MessengerFakerServiceProvider.php b/src/MessengerFakerServiceProvider.php index ed1a61d..e1c7b45 100644 --- a/src/MessengerFakerServiceProvider.php +++ b/src/MessengerFakerServiceProvider.php @@ -36,6 +36,7 @@ public function register(): void * Bootstrap any package services. * * @return void + * * @TODO v2 remove check for videos path. */ public function boot(): void diff --git a/tests/Commands/SystemCommandTest.php b/tests/Commands/SystemCommandTest.php index 1d6f33c..7c57fde 100644 --- a/tests/Commands/SystemCommandTest.php +++ b/tests/Commands/SystemCommandTest.php @@ -119,9 +119,10 @@ public function it_accepts_zero_message_count() /** * @test + * * @dataProvider systemMessageTypes * - * @param $type + * @param $type */ public function it_accepts_type($type) { @@ -138,9 +139,10 @@ public function it_accepts_type($type) /** * @test + * * @dataProvider notEnoughParticipants * - * @param $type + * @param $type */ public function it_doesnt_have_enough_participants($type) { diff --git a/tests/MessengerFakerTest.php b/tests/MessengerFakerTest.php index 4575109..790643a 100644 --- a/tests/MessengerFakerTest.php +++ b/tests/MessengerFakerTest.php @@ -441,9 +441,10 @@ public function it_seeds_reactions() /** * @test + * * @dataProvider systemMessageTypes * - * @param $type + * @param $type */ public function it_seeds_system_messages($type) {