Closed ioleo closed 8 years ago
I think we should check here for is_dir instead of simply file_exists. If there is no directory, there is no need to instantiate Finder object.
is_dir
file_exists
:+1: makes sense
:+1: Sure, why not. Although when you have a config.yml and a services.yml it still does not help :sweat_smile:
config.yml
services.yml
I think we should check here for
is_dir
instead of simplyfile_exists
. If there is no directory, there is no need to instantiate Finder object.