Skip to content

Commit

Permalink
Fix PHP styling
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox authored and github-actions[bot] committed Jan 21, 2023
1 parent 945cefe commit d5bd07e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Support/FeatureFakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ public function test_it_fires_events_still()

protected function getFake($manager, $features)
{
return new class($manager, $features) extends FeatureFake {

return new class ($manager, $features) extends FeatureFake {
public function getCount(string $feature)
{
return parent::getCount($feature);
Expand Down

0 comments on commit d5bd07e

Please sign in to comment.