chore: style changes

This commit is contained in:
Nuno Maduro
2023-08-17 11:18:59 +01:00
parent 72100075d2
commit 0787b37f2c
21 changed files with 45 additions and 65 deletions

View File

@ -4,9 +4,8 @@ declare(strict_types=1);
namespace Tests\CustomTestCase;
use PHPUnit\Framework\TestCase;
use function PHPUnit\Framework\assertTrue;
use PHPUnit\Framework\TestCase;
class ParentTest extends TestCase
{