Ignore constructor.

This commit is contained in:
James Cole 2015-05-10 07:09:21 +02:00
parent 8b9e9ad103
commit 8ddf7d953a

View File

@ -20,7 +20,7 @@ class ReminderRepository implements ReminderRepositoryInterface
protected $helper; protected $helper;
/** /**
* * @codeCoverageIgnore
*/ */
public function __construct() public function __construct()
{ {