Skip to content

Commit

Permalink
Fix: Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 30, 2022
1 parent 0caf624 commit b706940
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 b706940

Please sign in to comment.