Skip to content

Application scanDirs #257

@slischka

Description

@slischka

Version: 3.0.1

Bug Description

application:
	scanDirs: false

This works as expected

application:
	scanDirs!: false

This does not works. Error: Replacing operator is available only for arrays, item 'scanDirs!' is not array. So with this error message its ok. Just remove the ! and its fine.

application:
	scanDirs!:
		- foo

This does not works. Error: The option 'application › scanDirs › _prevent_merging' expects to be string, bool given.

I think there is some array merging problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions