mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -16,6 +16,7 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
class UserRepositoryTest extends KernelTestCase
|
||||
@@ -37,7 +38,7 @@ class UserRepositoryTest extends KernelTestCase
|
||||
$i = 0;
|
||||
foreach ($userIterator as $u) {
|
||||
self::assertIsArray($u);
|
||||
$i++;
|
||||
++$i;
|
||||
}
|
||||
self::assertGreaterThan(0, $i);
|
||||
}
|
||||
|
Reference in New Issue
Block a user