Skip to content

Commit 9aaf68c

Browse files
authored
Merge pull request #5 from akhan619/analysis-ajRK9W
Apply fixes from StyleCI
2 parents 150dc4b + 00cebfa commit 9aaf68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/SesManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function sesManagerCreateEventDestinationPrintsCorrectlyInDebugMode()
234234
->andReturn('destination');
235235

236236
$snsMgr = Mockery::mock(SnsManager::class);
237-
237+
238238
$console = Mockery::mock(SetupTrackingCommand::class);
239239
$console->shouldReceive('getIo->table')
240240
->once()

0 commit comments

Comments
 (0)