Skip to content

Commit

Permalink
chore: no need to mark private methods as internal (#7715)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 11, 2024
1 parent f40a009 commit 4c66916
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Fixer/Import/OrderedImportsFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ protected function createConfigurationDefinition(): FixerConfigurationResolverIn
*
* @param _UseImportInfo $first
* @param _UseImportInfo $second
*
* @internal
*/
private function sortAlphabetically(array $first, array $second): int
{
Expand All @@ -306,8 +304,6 @@ private function sortAlphabetically(array $first, array $second): int
*
* @param _UseImportInfo $first
* @param _UseImportInfo $second
*
* @internal
*/
private function sortByLength(array $first, array $second): int
{
Expand Down

0 comments on commit 4c66916

Please sign in to comment.