Skip to content

feat: add nested option support #2738

feat: add nested option support

feat: add nested option support #2738

Triggered via pull request July 16, 2026 09:08
Status Success
Total duration 31s
Artifacts

static-analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.