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

Commit 39b4444

Browse files
committed
#241 CS (spacing)
1 parent 0594d92 commit 39b4444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ServiceManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function testAbstractFactoryShouldBeCheckedForResolvedAliasesInsteadOfAli
288288
[ $this->anything(), $this->equalTo('Alias') ],
289289
[ $this->anything(), $this->equalTo('ServiceName')]
290290
)
291-
->willReturnCallback(function($context, $name) {
291+
->willReturnCallback(function ($context, $name) {
292292
return $name === 'Alias';
293293
});
294294
$this->assertTrue($serviceManager->has('Alias'));

0 commit comments

Comments
 (0)