Skip to content

Commit

Permalink
Fixed the default formatting (#52)
Browse files Browse the repository at this point in the history
PHPStorm and PHPCSFixer by default indents the currently-unindented block
  • Loading branch information
DCzajkowski authored Sep 12, 2020
1 parent 4caa186 commit 59293ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Console/stubs/tests/Feature/Auth/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ public function testUserCannotMakeMoreThanFiveAttemptsInOneMinute()
$this->getTooManyLoginAttemptsMessage(),
collect(
$response
->baseResponse
->getSession()
->get('errors')
->getBag('default')
->get('email')
->baseResponse
->getSession()
->get('errors')
->getBag('default')
->get('email')
)->first()
);
$this->assertTrue(session()->hasOldInput('email'));
Expand Down

0 comments on commit 59293ab

Please sign in to comment.