minors changes

This commit is contained in:
2019-02-08 18:00:10 +01:00
parent b2b6cb6d6a
commit 44487e3ea3
2 changed files with 2 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class Role
*
* @return Role
*/
public function setType(\Chill\EventBundle\Entity\EventType $type = null)
public function setType(EventType $type = null)
{
$this->type = $type;