diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist
index a593e62c7d..19918c4063 100644
--- a/core/phpcs.xml.dist
+++ b/core/phpcs.xml.dist
@@ -65,6 +65,10 @@
     <exclude name="Drupal.Commenting.FunctionComment.ReturnTypeSpaces"/>
     <exclude name="Drupal.Commenting.FunctionComment.TypeHintMissing"/>
   </rule>
+  <rule ref="../vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Array/ArraySniff.php">
+    <exclude name="Drupal.Array.Array.LongLineDeclaration"/>
+  </rule>
+
   <rule ref="../vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/ControlStructures/ElseIfSniff.php"/>
   <rule ref="../vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/ControlStructures/ControlSignatureSniff.php"/>
   <rule ref="../vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php"/>
