mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 11:36:41 +00:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -14,17 +14,11 @@ trait GrantAttribut
|
||||
*/
|
||||
protected $grant;
|
||||
|
||||
/**
|
||||
* @param bool $grant
|
||||
*/
|
||||
public function setGrant(bool $grant): void
|
||||
{
|
||||
$this->grant = $grant;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function getGrant(): bool
|
||||
{
|
||||
return $this->grant;
|
||||
|
||||
Reference in New Issue
Block a user