Merge pull request #1336 from nelmio/GuilhemN-patch-1

Fixes tests
This commit is contained in:
David Buchmann 2018-06-04 07:59:11 +02:00 committed by GitHub
commit 662db568f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,4 @@ class Dummy
{
return $this->name;
}
public function hasRole(string $role)
{
}
}