Closed mmaymo closed 1 year ago
I think it's still not all namespace changes? There are at least Psr\Container\ContainerInterface
missing.
I would probably Ctrl+Shift+F for Psr\Container
and Inpsyde\Modularity
.
Ideally we would want to check that via linters. But not sure how, if we install without dev
deps we lose psalm too :D
hmm, where did you find it missing, I was using the find and replace tool to change the namespaces and now if I run it I get references to Psr\Container within the vendor folder.. but those I will not need to scope, right? cause those are excluded from the build...
ah, yeah, it's changed, didn't notice and thought there would be separate service files with it.
Handles PIWOO-191