mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
code fixes
This commit is contained in:
parent
aae3cc3a06
commit
e1ef45da2a
|
|
@ -246,7 +246,7 @@ class Account implements ArrayableInterface, \JsonSerializable
|
|||
*
|
||||
* The method accepts an array of permissions. All existing permissions are replaced.
|
||||
*
|
||||
* @param PermissionAbstract[] $permissions
|
||||
* @param PermissionAbstract[] $permissions Account permissions
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ trait ModelValidationTrait
|
|||
* @param mixed $var Variable to set
|
||||
* @param string $name Name of the variable
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user