From 712cb7f5ea73cb1c4518246d0ef687f758e2c09a Mon Sep 17 00:00:00 2001 From: Benjamin Blake Date: Tue, 25 Feb 2020 12:14:48 -0700 Subject: [PATCH] ApiCollectionInterface - Updated use statments... + Updated uses statements and class names --- src/Collections/Interfaces/ApiCollectionInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Collections/Interfaces/ApiCollectionInterface.php b/src/Collections/Interfaces/ApiCollectionInterface.php index b7ebc02..4b20c6a 100644 --- a/src/Collections/Interfaces/ApiCollectionInterface.php +++ b/src/Collections/Interfaces/ApiCollectionInterface.php @@ -2,7 +2,7 @@ namespace Gitea\Collections\Interfaces; -use Gitea\Api\AbstractApi; +use Gitea\Api\AbstractApiRequester; interface ApiCollectionInterface { @@ -20,7 +20,7 @@ interface ApiCollectionInterface * * @author Benjamin Blake (sitelease.ca) * - * @param AbstractApi $apiObject + * @param AbstractApiRequester $apiObject * @param string $key */ public function addItem($apiObject, $key = null);