From 1f5d2378068acc8fb455fd5a7bce20fdd419344c Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 7 Jan 2020 19:39:22 +0100 Subject: [PATCH] address new fixer in StyleCI causing false positives in templates --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index 8a62bd56..238f41a4 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -19,6 +19,7 @@ disabled: - heredoc_to_nowdoc - method_argument_space - new_with_braces + - no_alternative_syntax - phpdoc_align - phpdoc_no_access - phpdoc_separation