Skip to content

Commit

Permalink
Merge pull request #3410 from teohhanhui/fix/getter-false-positive
Browse files Browse the repository at this point in the history
Rename a method in fixture class to avoid "getter" false positive
  • Loading branch information
soyuka authored Feb 24, 2020
2 parents 215709a + ab723db commit 706c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/TestBundle/Entity/Dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function getDescription()
return $this->description;
}

public function hasRole($role)
public function fooBar($baz)
{
}

Expand Down

0 comments on commit 706c257

Please sign in to comment.