* [MOD] Improved event dispatching. Work in progress.

This commit is contained in:
nuxsmin
2018-02-23 13:55:24 +01:00
committed by Rubén Domínguez
parent 62e5f15576
commit 87ac77f139
14 changed files with 518 additions and 258 deletions

View File

@@ -62,7 +62,6 @@ class ConfigManagerController extends ControllerBase
/**
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Exceptions\InvalidArgumentException
* @throws \SP\Services\Config\ParameterNotFoundException
* @throws \SP\Core\Exceptions\SPException
*/
@@ -76,7 +75,6 @@ class ConfigManagerController extends ControllerBase
*
* @throws \Psr\Container\ContainerExceptionInterface
* @throws \Psr\Container\NotFoundExceptionInterface
* @throws \SP\Core\Exceptions\InvalidArgumentException
* @throws \SP\Services\Config\ParameterNotFoundException
* @throws \SP\Core\Exceptions\SPException
*/