Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Removing unused methods from guard interface
Browse files Browse the repository at this point in the history
Those methods were already defined in [`Zend\EventManager\ListenerAggregateInterface`](https://github.com/zendframework/zf2/blob/master/library/Zend/EventManager/ListenerAggregateInterface.php) and `getResources` is already provided by [`BjyAuthorize\Provider\Resource\ProviderInterface`](https://github.com/bjyoungblood/BjyAuthorize/blob/master/src/BjyAuthorize/Provider/Resource/ProviderInterface.php)

This is conflicting with PHP `<5.4`
  • Loading branch information
Ocramius committed Sep 27, 2012
1 parent b56d13b commit d91c2b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/BjyAuthorize/Guard/GuardInterface.php
Expand Up @@ -7,9 +7,4 @@

interface GuardInterface extends ListenerAggregateInterface
{
public function getResources();

public function attach(EventManagerInterface $events);

public function detach(EventManagerInterface $events);
}

0 comments on commit d91c2b3

Please sign in to comment.