* [FIX] Fixed wrong behavior when searching for accounts on accounts manager. Thanks to @Weptun for the feedback. Closes #1271

* [ADD] Added missing tests
* [MOD] Code cleanup

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2019-04-21 23:12:45 +02:00
parent b3906afa13
commit 2318796c00
366 changed files with 5141 additions and 3752 deletions

View File

@@ -25,6 +25,8 @@
namespace SP\Modules\Web\Controllers;
use DI\Container;
use DI\DependencyException;
use DI\NotFoundException;
use Klein\Klein;
use SP\Core\Exceptions\FileNotFoundException;
use SP\Core\Exceptions\SPException;
@@ -57,8 +59,8 @@ final class ErrorController
* @param Container $container
* @param string $actionName
*
* @throws \DI\DependencyException
* @throws \DI\NotFoundException
* @throws DependencyException
* @throws NotFoundException
*/
public function __construct(Container $container, $actionName)
{