Skip to content

Commit

Permalink
Merge pull request #5 from RTippin/analysis-7WJPW0
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
RTippin authored Jan 3, 2024
2 parents 51bc4a8 + 9e5b993 commit 3e09614
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/MessengerFakerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions tests/Commands/SystemCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ public function it_accepts_zero_message_count()

/**
* @test
*
* @dataProvider systemMessageTypes
*
* @param $type
* @param $type
*/
public function it_accepts_type($type)
{
Expand All @@ -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)
{
Expand Down
3 changes: 2 additions & 1 deletion tests/MessengerFakerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,10 @@ public function it_seeds_reactions()

/**
* @test
*
* @dataProvider systemMessageTypes
*
* @param $type
* @param $type
*/
public function it_seeds_system_messages($type)
{
Expand Down

0 comments on commit 3e09614

Please sign in to comment.