mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Applied CS fixer
This commit is contained in:
@@ -11,9 +11,11 @@ interface RelationGrantedInterface
|
||||
{
|
||||
/**
|
||||
* @deprecated Methods shouldn't be used on the entity level
|
||||
*
|
||||
* @param RelationInterface $relation
|
||||
* @param string $layer
|
||||
* @param string $right
|
||||
* @param string $layer
|
||||
* @param string $right
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isGranted(RelationInterface $relation, string $layer, string $right): bool;
|
||||
|
Reference in New Issue
Block a user