ApiCollectionInterface - Updated use statments...

+ Updated uses statements and class names
This commit is contained in:
Benjamin Blake
2020-02-25 12:14:48 -07:00
parent 64315d7145
commit 712cb7f5ea

View File

@ -2,7 +2,7 @@
namespace Gitea\Collections\Interfaces; namespace Gitea\Collections\Interfaces;
use Gitea\Api\AbstractApi; use Gitea\Api\AbstractApiRequester;
interface ApiCollectionInterface interface ApiCollectionInterface
{ {
@ -20,7 +20,7 @@ interface ApiCollectionInterface
* *
* @author Benjamin Blake (sitelease.ca) * @author Benjamin Blake (sitelease.ca)
* *
* @param AbstractApi $apiObject * @param AbstractApiRequester $apiObject
* @param string $key * @param string $key
*/ */
public function addItem($apiObject, $key = null); public function addItem($apiObject, $key = null);