* [MOD] Exceptions in docblock.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-02-27 19:20:14 +01:00
parent 34bf88238c
commit c76e262daa
3 changed files with 14 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ abstract class ModuleBase
* Module constructor.
*
* @param ContainerInterface $container
*
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
*/
public function __construct(ContainerInterface $container)
{