mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 11:02:30 +01:00
ApiCollectionInterface - Updated use statments...
+ Updated uses statements and class names
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user