From ff19d052b727f346b19479c5aa1ed943a9470ec8 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 10 Jan 2022 21:11:59 +0100 Subject: [PATCH] disable StyleCI rule causing 'Unterminated comment' false positive --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index 9c2c76ce..5281f150 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -18,6 +18,7 @@ disabled: - declare_equal_normalize - heredoc_to_nowdoc - method_argument_space_strict + - multiline_comment_opening_closing - new_with_braces - no_alternative_syntax - phpdoc_align