Skip to content

Commit bc39830

Browse files
authored
chore: removes toHaveSuspiciousCharacters from php preset
1 parent 3a566b1 commit bc39830

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ArchPresets/Php.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,5 @@ public function execute(): void
9292
'xdebug_var_dump',
9393
'trap',
9494
])->not->toBeUsed();
95-
96-
$this->eachUserNamespace(
97-
fn (Expectation $namespace): ArchExpectation => $namespace->not->toHaveSuspiciousCharacters(),
98-
);
9995
}
10096
}

0 commit comments

Comments
 (0)