Application scanDirs
slischka opened this issue · 0 comments
slischka commented
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.