Docblock fix

This commit is contained in:
Graham Campbell
2015-01-29 13:47:02 +00:00
parent 48c1ee3e60
commit 1faa233ea9

View File

@@ -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)
{