Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/#6985-zend-mvc-psr2-compliance' into develop
Browse files Browse the repository at this point in the history
Close #6985
Forward port #6985
  • Loading branch information
Ocramius committed Dec 9, 2014
2 parents b4aa270 + a977a0f commit 3c15251
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion library/Zend/Mvc/DispatchListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Zend\Mvc\Exception\InvalidControllerException;
use Zend\Stdlib\ArrayUtils;


/**
* Default dispatch listener
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Mvc\ResponseSender;


interface ResponseSenderInterface
{
/**
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Mvc/Router/Console/Simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public static function factory($options = array())
$options['filters'] = null;
}


return new static(
$options['route'],
$options['constraints'],
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Mvc/SendResponseListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function getEventManager()
return $this->eventManager;
}


/**
* Attach the aggregate to the specified event manager
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $
throw new Exception\InvalidServiceNameException('Service "' . $requestedName . '" is not whitelisted');
}


if ($serviceLocator instanceof AbstractPluginManager) {
/* @var $serviceLocator AbstractPluginManager */
$this->serviceLocator = $serviceLocator->getServiceLocator();
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Mvc/Service/HydratorManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Mvc\Service;


class HydratorManagerFactory extends AbstractPluginManagerFactory
{
const PLUGIN_MANAGER_CLASS = 'Zend\Stdlib\Hydrator\HydratorPluginManager';
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Mvc/Service/InputFilterManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Mvc\Service;


class InputFilterManagerFactory extends AbstractPluginManagerFactory
{
const PLUGIN_MANAGER_CLASS = 'Zend\InputFilter\InputFilterPluginManager';
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Mvc/Service/LogProcessorManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Mvc\Service;


class LogProcessorManagerFactory extends AbstractPluginManagerFactory
{
const PLUGIN_MANAGER_CLASS = 'Zend\Log\ProcessorPluginManager';
Expand Down
1 change: 0 additions & 1 deletion library/Zend/Mvc/Service/LogWriterManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Mvc\Service;


class LogWriterManagerFactory extends AbstractPluginManagerFactory
{
const PLUGIN_MANAGER_CLASS = 'Zend\Log\WriterPluginManager';
Expand Down

0 comments on commit 3c15251

Please sign in to comment.