phpstan, rector, cs-fixer

This commit is contained in:
2023-09-25 11:50:54 +02:00
parent fc919e9547
commit 6665a443b9
10 changed files with 62 additions and 4 deletions

View File

@@ -17,6 +17,10 @@ use Chill\MainBundle\Entity\UserJob;
use PHPUnit\Framework\TestCase;
use Prophecy\PhpUnit\ProphecyTrait;
/**
* @internal
* @coversNothing
*/
class UserTest extends TestCase
{
use ProphecyTrait;