From 2b9f3e176c0fd93199e6649905524da0007fc994 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Mon, 8 Jan 2018 09:10:49 +0100 Subject: [PATCH] Update --- .php_cs.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index 3ab70c1c61..d1030fa1e7 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -28,7 +28,7 @@ $rules = [ ]; $finder = PhpCsFixer\Finder::create() - ->exclude('app') + ->exclude('app/') ->exclude('assets') ->exclude('bin') ->exclude('documentation')