-
-
Notifications
You must be signed in to change notification settings - Fork 463
Closed
Labels
Description
In order to further reduce dependencies in the SDK, we'll remove the symfony/options-resolver
package and replace it with our own, lightweight implementation.
- Allow to set defaults for an option
- Do not throw exceptions for none-existing options but instead emit debug logs
- Make sure we do not need to ignore as many phpstan errors as today