Skip to content

Fix repository class definition#877

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

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

Conversation

@loic425

@loic425 loic425 commented May 17, 2024

Copy link
Copy Markdown
Member
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);

@loic425 loic425 May 17, 2024

Copy link
Copy Markdown
Member Author

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