mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2026-01-18 10:09:12 +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;
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user