Migrates to Pint

This commit is contained in:
Nuno Maduro
2022-09-16 10:45:53 +01:00
parent 579b975318
commit e9564febaf
94 changed files with 413 additions and 471 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;
}