phpdoc in previous

This commit is contained in:
Ad Schellevis 2018-07-15 20:51:43 +02:00
parent 3650787ae4
commit 5d09ffdec1

View File

@ -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)
{