Skip to content

Commit adb4c87

Browse files
committed
Fixes CS.
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 3c4f131 commit adb4c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ComposerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ protected function getMockedComposer()
3737

3838
$process->shouldReceive('run')->once()->with(m::type('Closure'))->andReturnUsing(function ($callable) {
3939
$callable();
40+
4041
return 0;
4142
})->shouldReceive('isSuccessful')->once()->andReturnTrue();
4243

0 commit comments

Comments
 (0)