diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 7fd765276..cbf61f127 100755 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -134,8 +134,8 @@ class PermissionAbstract implements \JsonSerializable /** * Constructor. * - * @param null|int $unit Unit Unit to check (null if all are acceptable) - * @param null|string $app App App to check (null if all are acceptable) + * @param null|int $unit Unit to check (null if all are acceptable) + * @param null|string $app App to check (null if all are acceptable) * @param null|string $module Module Module to check (null if all are acceptable) * @param null|string $from Provided by which module * @param null|int $category Category (e.g. customer) (null if all are acceptable)