mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-27 05:19:31 +00:00
Fixed coding style.
This commit is contained in:
parent
e9493e52ec
commit
f5d685dfd4
71 changed files with 619 additions and 531 deletions
|
|
@ -28,7 +28,9 @@ use App\Entity\UserSystem\User;
|
|||
|
||||
class OrderdetailVoter extends ExtendedVoter
|
||||
{
|
||||
/** @var string[] When this permsission are encountered, they are checked on part */
|
||||
/**
|
||||
* @var string[] When this permsission are encountered, they are checked on part
|
||||
*/
|
||||
protected const PART_PERMS = ['show_history', 'revert_element'];
|
||||
|
||||
protected function voteOnUser($attribute, $subject, User $user): bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue