chore: removes --tia hidden code

This commit is contained in:
nuno maduro
2026-07-31 21:35:42 -04:00
parent 1b83b8fcda
commit 758778fe22
65 changed files with 7 additions and 9069 deletions
-2
View File
@@ -1,7 +1,6 @@
<?php
use Pest\Expectation;
use Pest\Plugins\Tia\BaselineSync;
arch()->preset()->php()->ignoring([
Expectation::class,
@@ -14,7 +13,6 @@ arch()->preset()->php()->ignoring([
]);
arch()->preset()->strict()->ignoring([
BaselineSync::class,
'usleep',
]);