Skip to content

Commit

Permalink
reordered use statements + remove useless annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
meiyasan committed Jun 18, 2024
1 parent a0273af commit 63679e4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Schema/AbstractSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
use function array_map;
use function array_values;
use function count;
use function strtolower;
use function preg_match;
use function strtolower;

/**
* Base class for schema managers. Schema managers are used to inspect and/or
Expand Down Expand Up @@ -135,11 +135,6 @@ public function listTableIndexes(string $table): array
* the type given as default.
*
* @internal This method should be only used from within the AbstractSchemaManager class hierarchy.
*
* @param string|null $comment
* @param string $currentType
*
* @return string
*/
public function extractDoctrineTypeFromComment(?string $comment, string $currentType): string
{
Expand Down

0 comments on commit 63679e4

Please sign in to comment.