tomphp / container-configurator

Configure your application and the Dependency Injection Container (DIC) via config arrays or config files.
MIT License
20 stars 3 forks source link

Add the @internal annotation to all internal classes #75

Closed tomphp closed 7 years ago

tomphp commented 8 years ago

Changes to things marked as @internal will not be treated as BC breaks.

localheinz commented 8 years ago

About the unchecked box, I think as long as we throw these exceptions within this package, but do not handle them internally, they are part of the API, aren't they?

What do you think, @tomphp?

tomphp commented 8 years ago

@localheinz agreed

tomphp commented 8 years ago

@localheinz I tagged the exceptions - probably worth reviewing quickly before merging.

localheinz commented 7 years ago

Ha, got a conflict, @tomphp, feel free to merge once resolved!