Skip to content

Commit

Permalink
Revert some Rector changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Mar 13, 2024
1 parent 26113e1 commit c71cfa4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/Factory/OrmFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@
final class OrmFactory
{
/**
* @param CollectionsConfig $collectionsConfig
* @psalm-param CollectionsConfig $collectionsConfig
*/
public function __construct(
/**
* @psalm-var CollectionsConfig
*/
private array $collectionsConfig
) {
public function __construct(private array $collectionsConfig)
{
}

/**
Expand Down

0 comments on commit c71cfa4

Please sign in to comment.