Skip to content

Commit

Permalink
Fixed lines after lint:yaml failed (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikimoo authored Oct 18, 2021
1 parent 3f75bc8 commit d1ccd6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/App/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ oneup_flysystem:
location: '%kernel.project_dir%/cache'
permissions:
files:
public: 0644
private: 0600
public: '0644'
private: '0600'
directories:
public: 0755
private: 0700
public: '0755'
private: '0700'

memory:
memory: ~
Expand Down

0 comments on commit d1ccd6f

Please sign in to comment.