mirror of
https://github.com/pluginsGLPI/example.git
synced 2026-02-27 19:57:23 +01:00
Add php-cs-fixer
This commit is contained in:
@@ -66,9 +66,9 @@ final class Profile extends \Profile
|
||||
$rights = [
|
||||
[
|
||||
'itemtype' => Example::class,
|
||||
'label' => Example::getTypeName(Session::getPluralNumber()),
|
||||
'field' => Example::$rightname
|
||||
]
|
||||
'label' => Example::getTypeName(Session::getPluralNumber()),
|
||||
'field' => Example::$rightname,
|
||||
],
|
||||
];
|
||||
$matrix_options['title'] = self::getTypeName(1);
|
||||
$this->displayRightsChoiceMatrix($rights, $matrix_options);
|
||||
|
||||
Reference in New Issue
Block a user