You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, their names can be confusing with our "real" repositories interfaces defined in php-xapi/repository-api (by real, I mean the ones that we'll use in the LrsBundle).
So, I propose to mark them as internal and change their suffix part to Storage (ex. : StatementStorage for XApi\Repository\Doctrine\Repository\Mapping\StatementRepository).
But in terms of Doctrine these classes are indeed repositories. So maybe we could remove the Mapping namespace and change the class name to XApi\Repository\Doctrine\Repository\MappingStatementRepository. What do you think?
Currently, their names can be confusing with our "real" repositories interfaces defined in
php-xapi/repository-api
(by real, I mean the ones that we'll use in the LrsBundle).So, I propose to mark them as internal and change their suffix part to
Storage
(ex. :StatementStorage
forXApi\Repository\Doctrine\Repository\Mapping\StatementRepository
).WDYT @xabbuh ?
The text was updated successfully, but these errors were encountered: