Skip to content

Commit

Permalink
Merge pull request #671 from ergebnis/fix/unused
Browse files Browse the repository at this point in the history
Fix: Remove unused method
  • Loading branch information
localheinz committed Jan 30, 2022
2 parents 0caf624 + b706940 commit a2e1970
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/Unit/Format/IndentTest.php
Expand Up @@ -318,15 +318,4 @@ private static function sizes(): array
'int-greater-than-one' => self::faker()->numberBetween(2, 5),
];
}

/**
* @return array<string, string>
*/
private static function characters(): array
{
return [
'space' => ' ',
'tab' => "\t",
];
}
}

0 comments on commit a2e1970

Please sign in to comment.