Ignore constructors.

This commit is contained in:
James Cole
2015-05-23 20:49:57 +02:00
parent b01e8299d3
commit d8de90d6f3
12 changed files with 12 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ class ReportController extends Controller
protected $helper;
/**
* @codeCoverageIgnore
* @param ReportHelperInterface $helper
*/
public function __construct(ReportHelperInterface $helper)