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

Commit

Permalink
#7046 - minor cs fixes (alignment, spacing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 1, 2015
1 parent cb6422d commit 3a6f4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Service/InjectTemplateListenerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class InjectTemplateListenerFactory implements FactoryInterface
public function createService(ServiceLocatorInterface $serviceLocator)
{
$listener = new InjectTemplateListener();
$config = $serviceLocator->get('Config');

$config = $serviceLocator->get('Config');
if (isset($config['view_manager']['controller_map'])
&& (is_array($config['view_manager']['controller_map']))
) {
Expand Down

0 comments on commit 3a6f4af

Please sign in to comment.