Skip to content

Commit 706c257

Browse files
authored
Merge pull request #3410 from teohhanhui/fix/getter-false-positive
Rename a method in fixture class to avoid "getter" false positive
2 parents 215709a + ab723db commit 706c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/TestBundle/Entity/Dummy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function getDescription()
218218
return $this->description;
219219
}
220220

221-
public function hasRole($role)
221+
public function fooBar($baz)
222222
{
223223
}
224224

0 commit comments

Comments
 (0)