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