From 1faa233ea9dcc929af990213baca7bd89a7b806a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 29 Jan 2015 13:47:02 +0000 Subject: [PATCH] Docblock fix --- src/Segment/CacheRepository.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {