chore: removes toHaveSuspiciousCharacters from php preset

This commit is contained in:
nuno maduro
2026-01-04 11:25:57 -05:00
committed by GitHub
parent 3a566b100e
commit bc39830d8a

View File

@ -92,9 +92,5 @@ final class Php extends AbstractPreset
'xdebug_var_dump', 'xdebug_var_dump',
'trap', 'trap',
])->not->toBeUsed(); ])->not->toBeUsed();
$this->eachUserNamespace(
fn (Expectation $namespace): ArchExpectation => $namespace->not->toHaveSuspiciousCharacters(),
);
} }
} }