chore: coding style changes

This commit is contained in:
Nuno Maduro
2023-02-03 12:55:01 +00:00
parent b8ac4968ee
commit d8666c8abf
13 changed files with 24 additions and 41 deletions

View File

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