From 5d09ffdec127d54aecd2a741a13b09cde2c1c395 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 15 Jul 2018 20:51:43 +0200 Subject: [PATCH] phpdoc in previous --- .../app/controllers/OPNsense/Firewall/Api/AliasController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/AliasController.php b/src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/AliasController.php index 18e1b0cdf..4a23c696d 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/AliasController.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/AliasController.php @@ -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) {