mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 23:08: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.
|
* The method accepts an array of permissions. All existing permissions are replaced.
|
||||||
*
|
*
|
||||||
* @param PermissionAbstract[] $permissions
|
* @param PermissionAbstract[] $permissions Account permissions
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,8 @@ trait ModelValidationTrait
|
||||||
* @param mixed $var Variable to set
|
* @param mixed $var Variable to set
|
||||||
* @param string $name Name of the variable
|
* @param string $name Name of the variable
|
||||||
*
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user