Skip to content

Commit

Permalink
Apply fixes from StyleCI (#23370)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Mar 2, 2018
1 parent 5158714 commit a949887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/Http/ResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,11 @@ public function work()
], $results);
}


public function test_initial_merge_values_may_be_missing()
{
$filter = new class {
use ConditionallyLoadsAttributes;

public function work()
{
return $this->filter([
Expand All @@ -599,11 +599,11 @@ public function work()
], $results);
}


public function test_all_merge_values_may_be_missing()
{
$filter = new class {
use ConditionallyLoadsAttributes;

public function work()
{
return $this->filter([
Expand Down

0 comments on commit a949887

Please sign in to comment.