Fixes using test cases on uses with tests

This commit is contained in:
Nuno Maduro
2022-09-15 09:13:45 +01:00
parent 3ff95faaaa
commit 6769231b00
4 changed files with 28 additions and 4 deletions

View File

@ -18,7 +18,7 @@ final class Printer implements HandlesArguments
*/
public function handleArguments(array $arguments): array
{
if (! array_key_exists('COLLISION_PRINTER', $_SERVER)) {
if (!array_key_exists('COLLISION_PRINTER', $_SERVER)) {
return $arguments;
}