Skip to content

Commit f8a8660

Browse files
stevebaumantaylorotwell
authored andcommitted
Fix spacing.
1 parent 74e1fca commit f8a8660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Testing/PendingCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ protected function mockConsoleOutput()
284284
private function createABufferedOutputMock()
285285
{
286286
$mock = Mockery::mock(BufferedOutput::class.'[doWrite]')
287-
->shouldAllowMockingProtectedMethods()
288-
->shouldIgnoreMissing();
287+
->shouldAllowMockingProtectedMethods()
288+
->shouldIgnoreMissing();
289289

290290
$this->applyOutputTableExpectations($mock);
291291

0 commit comments

Comments
 (0)