@@ -246,10 +246,10 @@ |
||
| 246 | 246 | return $this; |
| 247 | 247 | } |
| 248 | 248 | |
| 249 | - /** |
|
| 250 | - * StorableTrait > preSave(): Called automatically before saving the object to source. |
|
| 251 | - * @return boolean |
|
| 252 | - */ |
|
| 249 | + /** |
|
| 250 | + * StorableTrait > preSave(): Called automatically before saving the object to source. |
|
| 251 | + * @return boolean |
|
| 252 | + */ |
|
| 253 | 253 | public function preSave() |
| 254 | 254 | { |
| 255 | 255 | parent::preSave(); |
@@ -103,11 +103,11 @@ |
||
| 103 | 103 | return $this->authorizer; |
| 104 | 104 | } |
| 105 | 105 | |
| 106 | - /** |
|
| 107 | - * @param string[]|string|null $permissions The list of required permissions. |
|
| 108 | - * @throws InvalidArgumentException If the permissions are not an array or a comma-separated string. |
|
| 109 | - * @return AuthAwareTrait Chainable |
|
| 110 | - */ |
|
| 106 | + /** |
|
| 107 | + * @param string[]|string|null $permissions The list of required permissions. |
|
| 108 | + * @throws InvalidArgumentException If the permissions are not an array or a comma-separated string. |
|
| 109 | + * @return AuthAwareTrait Chainable |
|
| 110 | + */ |
|
| 111 | 111 | protected function setRequiredAclPermissions($permissions) |
| 112 | 112 | { |
| 113 | 113 | if ($permissions === null || !$permissions) { |