Skip to content

Conversation

@mhsdesign
Copy link
Member

fixup like #3483

a bool for example

flow configuration:show --path Neos.Neos.Ui.frontendDevelopmentMode

should output true

but

Neos\Flow\Command\ConfigurationCommandController_Original::truncateArrayAtDepth(): Argument #1 ($array) must be of type array, true given

Upgrade instructions

Review instructions

Checklist

  • Code follows the PSR-2 coding style
  • Tests have been created, run and adjusted as needed
  • The PR is created against the lowest maintained branch
  • Reviewer - PR Title is brief but complete and starts with FEATURE|TASK|BUGFIX
  • Reviewer - The first section explains the change briefly for change-logs
  • Reviewer - Breaking Changes are marked with !!! and have upgrade-instructions

…sed via `--path`

a bool for example

```
flow configuration:show --path Neos.Neos.Ui.frontendDevelopmentMode
```

should output `true`

but

> Neos\Flow\Command\ConfigurationCommandController_Original::truncateArrayAtDepth(): Argument #1 ($array) must be of type array, true given
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant