chore: moves to coding stlye

This commit is contained in:
nuno maduro
2026-07-19 03:41:57 +01:00
parent cd0e921158
commit 1c11595504
10 changed files with 17 additions and 23 deletions
@@ -14,7 +14,7 @@ abstract class MyCustomClass extends TestCase
{
public function assertTrueIsTrue(): void
{
$this->assertTrue(true);
expect(true)->toBeTrue();
}
}