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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#7027-no-space-after-open…
Browse files Browse the repository at this point in the history
…-or-close-parenthesis' into develop

Close zendframework/zendframework#7027
  • Loading branch information
Ocramius committed Dec 16, 2014
4 parents dead2e2 + aeb4704 + fc40746 + 3e28d57 commit 7b787f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ServiceManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ public function testDelegatorFromCallback()
return $delegator;
};

$this->serviceManager->setFactory('foo-service', function () use ($realService) { return $realService; } );
$this->serviceManager->setFactory('foo-service', function () use ($realService) { return $realService; });
$this->serviceManager->addDelegator('foo-service', $delegatorFactoryCallback);

$service = $this->serviceManager->create('foo-service');
Expand Down

0 comments on commit 7b787f7

Please sign in to comment.