Mark code as untestable or deprecated (or both).

This commit is contained in:
James Cole
2018-08-23 18:33:07 +02:00
parent 05309da76d
commit 3f493aceb2
31 changed files with 62 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ use ZipArchive;
* Class ExpandedProcessor.
*
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) // its doing a lot.
*
* @codeCoverageIgnore
* @deprecated
*/
class ExpandedProcessor implements ProcessorInterface
{