Skip to content

Commit

Permalink
formatting standard
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh1 committed May 21, 2018
1 parent 4294b3c commit 378ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function assertRedirect($uri = null)
$this->isRedirect(), 'Response status code ['.$this->getStatusCode().'] is not a redirect status code.'
);

if (!is_null($uri)) {
if (! is_null($uri)) {
$this->assertUri($uri);
}

Expand Down

0 comments on commit 378ca9d

Please sign in to comment.