Skip to content

Commit

Permalink
Split method signature over multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Sluiman committed Aug 8, 2014
1 parent b002d10 commit a2b1545
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/SlmQueue/Factory/WorkerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ public function createService(ServiceLocatorInterface $serviceLocator, $canonica
return $worker;
}

protected function attachWorkerListeners(EventManagerInterface $eventManager, StrategyPluginManager $listenerPluginManager, array $strategyConfig = array())
{
protected function attachWorkerListeners(
EventManagerInterface $eventManager,
StrategyPluginManager $listenerPluginManager,
array $strategyConfig = array()
) {
foreach ($strategyConfig as $strategy) {
$options = array();
if (array_key_exists('options', $strategy)) {
Expand Down

0 comments on commit a2b1545

Please sign in to comment.