diff --git a/.php_cs.dist b/.php_cs.dist index a8fc27d..2fca0ef 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -5,6 +5,7 @@ $finder = \PhpCsFixer\Finder::create() ->exclude('docker') ->exclude('frontend') ->notPath('common/emails/views') + ->notPath('common/mail/layouts') ->notPath('/.*\/runtime/') ->notPath('autocompletion.php') ->notPath('tests/codeception/_output') diff --git a/api/tests/functional/LoginCest.php b/api/tests/functional/LoginCest.php index e92573a..f1abfe7 100644 --- a/api/tests/functional/LoginCest.php +++ b/api/tests/functional/LoginCest.php @@ -1,9 +1,9 @@