Hi,
first of all, many thanks for this great library. Expect some PR's in near future from me. (MongoDB EventStore Adapter could be the first!)
On thing I noticed during code review:
class Prooph\Proophessor\EventStore\AbstractRepositoryFactory
The name hints for an abstract class, but it's an abstract service factory (it should not get extended). So a better class name would be RepositoryAbstractFactory instead of AbstractRepositoryFactory.
Merely a small detail regarding the whole thing ;)
Keep on doing great stuff!
Hi,
first of all, many thanks for this great library. Expect some PR's in near future from me. (MongoDB EventStore Adapter could be the first!)
On thing I noticed during code review:
class Prooph\Proophessor\EventStore\AbstractRepositoryFactory
The name hints for an abstract class, but it's an abstract service factory (it should not get extended). So a better class name would be RepositoryAbstractFactory instead of AbstractRepositoryFactory.
Merely a small detail regarding the whole thing ;)
Keep on doing great stuff!