Skip to content

Commit

Permalink
Merge pull request #102 from MageTest/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
daveherbert committed May 14, 2015
2 parents 794601d + 2531034 commit 818d550
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/MageTest/PhpSpec/MagentoExtension/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ private function setEvents(ServiceContainer $container)
});
}

/**
* @param ServiceContainer $container
*/
private function configureAutoloader($container)
{
$container->addConfigurator(function ($c) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
namespace MageTest\PhpSpec\MagentoExtension\Specification;

use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
use Mage_Core_Controller_Request_Http as Request;
use Zend_Controller_Response_Abstract as Response;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ private function classNotFound()
* @param string $method
* @param array $arguments
*
* @return \PhpSpec\Exception\Fracture\MethodNotFoundException|\PhpSpec\Exception\Fracture\MethodNotVisibleException
* @return \PhpSpec\Exception\Fracture\NamedConstructorNotFoundException
*/
private function namedConstructorNotFound($method, array $arguments = array())
{
Expand Down

0 comments on commit 818d550

Please sign in to comment.