Add @codingStandardsIgnoreFile to ConsecutiveParametersMatcher.php
authorKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 16:54:12 +0000 (09:54 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 16:54:12 +0000 (09:54 -0700)
It was apparently copied from upstream, and doesn't match our coding
conventions.

Change-Id: I6da7ce6f29c9dff007f81a6fbf07dcc6ad37f04c

tests/phpunit/includes/ConsecutiveParametersMatcher.php

index adf74bb..8de467f 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// @codingStandardsIgnoreFile
 /*
  * This file is part of the PHPUnit_MockObject package.
  *