Add phive tools folder, Switch to tabs for indent and add phpcs.xml

This commit is contained in:
2026-01-13 11:06:11 +09:00
parent 4adbf4e30a
commit b0d8c55536
19 changed files with 2813 additions and 2769 deletions

File diff suppressed because it is too large Load Diff

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__