feat: add nested option support #2738
Annotations
2 warnings
|
mixed-assignment:
src/OptionsResolver.php#L230
Assigning `mixed` type to a variable may lead to unexpected behavior.
>Assigning `mixed` type here.
Using `mixed` can lead to runtime errors if the variable is used in a way that assumes a specific type.
Help: Consider using a more specific type to avoid potential issues.
|
|
mixed-assignment:
src/OptionsResolver.php#L228
Assigning `mixed` type to a variable may lead to unexpected behavior.
>This expression has type `mixed`.
>Assigning `mixed` type here.
Using `mixed` can lead to runtime errors if the variable is used in a way that assumes a specific type.
Help: Consider using a more specific type to avoid potential issues.
|