Skip to content

Commit

Permalink
styleci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyEvrica committed Mar 12, 2024
1 parent a1e52c3 commit cb13d23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Feature/NPlusOneQueriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ class NPlusOneQueriesTest extends TestCase

protected $usersCount = 10;
/**
* @var int $usersCountCorrection in case UsersTableSeeder seeds your users,
* please indicate their number here
* @var int in case UsersTableSeeder seeds your users,
* please indicate their number here
*/
protected $usersCountCorrection = 0;
protected $rolesCount = 3;//correct according to your data
protected $permissionsCount = 4;//correct according to your data
protected $rolesCount = 3; //correct according to your data
protected $permissionsCount = 4; //correct according to your data

protected $queries = 0;

Expand Down

0 comments on commit cb13d23

Please sign in to comment.