fiedsch / datamanagement

Data management helpers (PHP-CLI)
MIT License
2 stars 0 forks source link

Implement Psr\Container\ContainerInterface #4

Closed fiedsch closed 5 months ago

fiedsch commented 5 months ago

Insbesondere public function has($id);

fiedsch commented 5 months ago

Does not make sense as Pimple states

PSR-11 compatibility

For historical reasons, the Container class does not implement the PSR-11 ContainerInterface. However, Pimple provides a helper class that will let you decouple your code from the Pimple container class.

fiedsch commented 5 months ago

Use $augmentor->offsetExists('...') instead.