diff --git a/src/Segment/CacheRepository.php b/src/Segment/CacheRepository.php index b4e49367..382747f6 100644 --- a/src/Segment/CacheRepository.php +++ b/src/Segment/CacheRepository.php @@ -10,14 +10,14 @@ use Illuminate\Database\QueryException; class CacheRepository implements RepositoryInterface { /** - * @var \CachetHQ\Cachet\Segment\HttpRepository + * @var \CachetHQ\Cachet\Segment\RepositoryInterface */ protected $repository; /** * Instantiates a new instance of the Cache Repository. * - * @param \CachetHQ\Cachet\Segment\HttpRepository $repository + * @param \CachetHQ\Cachet\Segment\RepositoryInterface $repository */ public function __construct(RepositoryInterface $repository) {