mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
phpdoc in previous
This commit is contained in:
parent
3650787ae4
commit
5d09ffdec1
@ -80,7 +80,7 @@ class AliasController extends ApiMutableModelControllerBase
|
||||
* @return array save result + validation output
|
||||
* @throws \OPNsense\Base\ModelException when not bound to model
|
||||
* @throws \Phalcon\Validation\Exception when field validations fail
|
||||
* @throws \ReflectionException
|
||||
* @throws \ReflectionException when not bound to model
|
||||
*/
|
||||
public function addItemAction()
|
||||
{
|
||||
@ -104,6 +104,7 @@ class AliasController extends ApiMutableModelControllerBase
|
||||
* @return array save status
|
||||
* @throws \Phalcon\Validation\Exception when field validations fail
|
||||
* @throws \ReflectionException when not bound to model
|
||||
* @throws \OPNsense\Base\UserException when unable to delete
|
||||
*/
|
||||
public function delItemAction($uuid)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user