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

Commit

Permalink
[#2372] CS fixes
Browse files Browse the repository at this point in the history
- Trailing whitespace
  • Loading branch information
weierophinney committed Sep 18, 2012
1 parent a963dc6 commit dc352cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/ServiceManager/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function configureServiceManager(ServiceManager $serviceManager)
if (($allowOverride = $this->getAllowOverride()) !== null) {
$serviceManager->setAllowOverride($allowOverride);
}

foreach ($this->getFactories() as $name => $factory) {
$serviceManager->setFactory($name, $factory);
}
Expand Down

0 comments on commit dc352cd

Please sign in to comment.