Skip to content

Commit ab723db

Browse files
committed
Rename a method in fixture class to avoid "getter" false positive
1 parent 215709a commit ab723db

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)