Skip to content

Commit

Permalink
dropped type to see if that's what's causing the parsing error during…
Browse files Browse the repository at this point in the history
… testing
  • Loading branch information
ramity committed Jan 8, 2024
1 parent 3363830 commit 111875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Doctrine/EntityRelation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class EntityRelation
private bool $isSelfReferencing = false;
private bool $orphanRemoval = false;
private bool $mapInverseRelation = true;
private ?string $joinTableName = null;
private $joinTableName;

public function __construct(
private string $type,
Expand Down

0 comments on commit 111875a

Please sign in to comment.