Yevhen Sidelnyk
Yevhen Sidelnyk
All right, what about `excludePaths`? Should it be deprecated?
I've opened the above [PR](https://github.com/doctrine/persistence/pull/429/files) that implements it. When you get a chance, I'd appreciate it if you could review it.
Also stumbled upon this. Actually this `add()` method never takes into account second parameter: ```php /** * Register a new {@see Identifiable} inside the repository. */ public function add(Identifiable $entry,...
Hi, @wolfy-j , This is quite sever bug, since right now it tolerates naming collisions basically everywhere (including workflow names, activity names, worker task queues, etc.)
Hi, @ondrejmirtes !