Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2017-01-30 13:31:07 +00:00
committed by StyleCI Bot
parent 27847b6814
commit 0b35002c62
15 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
namespace CachetHQ\Cachet\Repositories\Metric;
use CachetHQ\Cachet\Services\Dates\DateFactory;
use CachetHQ\Cachet\Models\Metric;
use CachetHQ\Cachet\Services\Dates\DateFactory;
use DateInterval;
/**
@@ -40,7 +40,7 @@ class MetricRepository
* Create a new metric repository class.
*
* @param \CachetHQ\Cachet\Repositories\Metric\MetricInterface $repository
* @param \CachetHQ\Cachet\Services\Dates\DateFactory $dates
* @param \CachetHQ\Cachet\Services\Dates\DateFactory $dates
*
* @return void
*/