diff --git a/.styleci.yml b/.styleci.yml index fb9dff817e..6a307ad3c9 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -7,4 +7,12 @@ enabled: - phpdoc_align - phpdoc_no_empty_return - phpdoc_order - - phpdoc_separation \ No newline at end of file + - phpdoc_separation + +finder: + exclude: + - "resources" + - "storage" + - "tests" + not-path: + - "bootstrap/cache"