Add // @codingStandardsIgnoreFile to FormatMetadata
authorKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 17:56:34 +0000 (10:56 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 17:56:57 +0000 (10:56 -0700)
PHPCS can't handle the level of nesting in this file and the tokenizer
dies.

Change-Id: Ib660e034ad21202303dd443e573e54dd8ed05a43

includes/media/FormatMetadata.php

index 0fee8cc..b4892c4 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+// @codingStandardsIgnoreFile
+// PHPCS can't handle the level of nesting in this file
 /**
  * Formatting of image metadata values into human readable form.
  *