Switch to PSR12 with spaces instead of tabs

This commit is contained in:
2023-01-19 12:51:12 +09:00
parent 6f5cd028b9
commit d86ad8c051
15 changed files with 2777 additions and 2777 deletions

View File

@@ -12,10 +12,10 @@ use PHPUnit\Runner\BeforeFirstTestHook;
// only works if it is the FIRST load and not before EACH test
final class BypassFinalHook implements BeforeFirstTestHook
{
public function executeBeforeFirstTest(): void
{
BypassFinals::enable();
}
public function executeBeforeFirstTest(): void
{
BypassFinals::enable();
}
}
// __END__