diff options
author | El RIDO <[email protected]> | 2022-01-10 21:11:59 +0100 |
---|---|---|
committer | El RIDO <[email protected]> | 2022-01-10 21:11:59 +0100 |
commit | ff19d052b727f346b19479c5aa1ed943a9470ec8 (patch) | |
tree | faefbf3df7e802832f98994de85ac3f616a4dc07 | |
parent | e53090a93761a88137b9e62e63a285a88cb0f558 (diff) | |
download | privatebin-ff19d052b727f346b19479c5aa1ed943a9470ec8.tar.gz privatebin-ff19d052b727f346b19479c5aa1ed943a9470ec8.tar.bz2 privatebin-ff19d052b727f346b19479c5aa1ed943a9470ec8.zip |
disable StyleCI rule causing 'Unterminated comment' false positive
-rw-r--r-- | .styleci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |