From 3b4c67acc8c098dedbd817a81910d6c25a7dde8d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 4 Jul 2019 22:37:54 +0200 Subject: [PATCH] Add exception documentation --- Models/InterfaceManager.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index 8bc7056..35aa6eb 100644 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -142,7 +142,7 @@ class InterfaceManager * * @return void * - * @throws PathException this exception is thrown in case the info file path doesn't exist + * @throws PathException This exception is thrown in case the info file path doesn't exist * * @since 1.0.0 */ @@ -161,6 +161,8 @@ class InterfaceManager * * @return void * + * @throws PathException This exception is thrown in case the info file path doesn't exist + * * @since 1.0.0 */ public function update() : void @@ -181,6 +183,8 @@ class InterfaceManager * * @return void * + * @throws \InvalidArgumentException This exception is thrown if the data is not scalar, array or jsonSerializable + * * @since 1.0.0 */ public function set(string $path, $data, string $delim = '/') : void