Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
msb-jeremy committed Nov 3, 2017
1 parent 7cbb638 commit 15b3eef
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 @@ -322,7 +322,7 @@ public function assertJson(array $data, $strict = false)
*/
public function assertJsonCount(int $count, $key = null)
{
if ( $key ) {
if ($key) {
PHPUnit::assertCount($count,
$this->json()[$key],
"Failed to assert that the response count matched the expected {$count}"
Expand Down

0 comments on commit 15b3eef

Please sign in to comment.