Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SCLInternet/SclZfCartPayment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Oram committed Jan 9, 2014
2 parents c4e4175 + 1ed9ded commit 38eca15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SclZfCartPayment/Method/ConfigFetcher.php
Expand Up @@ -28,7 +28,7 @@ class ConfigFetcher implements MethodFetcherInterface
private $methods = null;

/**
*
*
* @var MethodLoaderInterface
*/
private $loader;
Expand Down
2 changes: 1 addition & 1 deletion src/SclZfCartPayment/Method/MethodLoaderInterface.php
Expand Up @@ -14,7 +14,7 @@ interface MethodLoaderInterface
{
/**
* Returns a instance of a payment method object by name.
*
*
* @param string $methodName
* @return PaymentMethodInterface
* @throws InvalidArgumentException
Expand Down
1 change: 0 additions & 1 deletion src/SclZfCartPayment/Module.php
Expand Up @@ -2,7 +2,6 @@

namespace SclZfCartPayment;

use SclZfCart\CartEvent;
use Zend\EventManager\EventInterface;
use Zend\ModuleManager\Feature\AutoloaderProviderInterface;
use Zend\ModuleManager\Feature\BootstrapListenerInterface;
Expand Down

0 comments on commit 38eca15

Please sign in to comment.