From df706d2457e675ce3896b6b2aace27dac3fb9ff1 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 25 Sep 2015 10:56:34 -0700 Subject: [PATCH] Add // @codingStandardsIgnoreFile to FormatMetadata PHPCS can't handle the level of nesting in this file and the tokenizer dies. Change-Id: Ib660e034ad21202303dd443e573e54dd8ed05a43 --- includes/media/FormatMetadata.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/media/FormatMetadata.php b/includes/media/FormatMetadata.php index 0fee8cc00f..b4892c4c70 100644 --- a/includes/media/FormatMetadata.php +++ b/includes/media/FormatMetadata.php @@ -1,4 +1,6 @@