Skip to content

Commit

Permalink
Revert "Drop old versions of PHP (#521)" (#523)
Browse files Browse the repository at this point in the history
* Revert "Drop old versions of PHP (#521)"

This reverts commit 5009df2.

* Bump deps
  • Loading branch information
VincentLanglet authored Dec 7, 2024
1 parent 6574486 commit de7ba34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/ORM/DoctrineORMAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
final class DoctrineORMAdapter implements AdapterInterface
{
public function __construct(private readonly ManagerRegistry $registry)
public function __construct(private ManagerRegistry $registry)
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/Mapper/Builder/OptionsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class OptionsBuilder
private array $options = [];

private function __construct(
private readonly string $type,
private string $type,
string $fieldName,
string $targetEntity,
) {
Expand Down

0 comments on commit de7ba34

Please sign in to comment.