Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander M. Turek <[email protected]>
  • Loading branch information
olsavmic and derrabus authored Aug 2, 2023
1 parent 08e410e commit c800274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/Models/Issue9300/Issue9300Child.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Issue9300Child
public $id;

/**
* @var Collection|Issue9300Parent
* @var Collection<int, Issue9300Parent>
* @ManyToMany(targetEntity="Issue9300Parent")
*/
public $parents;
Expand Down
6 changes: 3 additions & 3 deletions tests/Doctrine/Tests/ORM/Functional/Ticket/Issue9300Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Doctrine\Tests\OrmFunctionalTestCase;

/**
* @group 9300
* @group GH-9300
*/
class Issue9300Test extends OrmFunctionalTestCase
{
Expand All @@ -21,7 +21,7 @@ protected function setUp(): void
}

/**
* @group #9300
* @group GH-9300
*/
public function testPersistedCollectionIsPresentInOriginalDataAfterFlush(): void
{
Expand All @@ -45,7 +45,7 @@ public function testPersistedCollectionIsPresentInOriginalDataAfterFlush(): void
}

/**
* @group #9300
* @group GH-9300
*/
public function testPersistingCollectionAfterFlushWorksAsExpected(): void
{
Expand Down

0 comments on commit c800274

Please sign in to comment.