Skip to content

Fix repository class definition#877

Draft
loic425 wants to merge 2 commits intoSylius:1.11from
loic425:fix/repository-class-definition
Draft

Fix repository class definition#877
loic425 wants to merge 2 commits intoSylius:1.11from
loic425:fix/repository-class-definition

Conversation

@loic425
Copy link
Copy Markdown
Member

@loic425 loic425 commented May 17, 2024

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

@loic425 loic425 requested a review from a team as a code owner May 17, 2024 13:43
@loic425 loic425 marked this pull request as draft May 17, 2024 13:43

$this->assertInstanceOf(RepositoryInterface::class, $repository);
$this->assertSame($repository, $repositoryAlias);
$this->assertSame($repository::class, $repositoryAlias::class);
Copy link
Copy Markdown
Member Author

@loic425 loic425 May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suspicious...
Why the instance is different...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant