mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Improved plugins manager
* [MOD] Code refactoring and cleanup * [MOD] Make classes final for performance improvements and avoid some side behaviours
This commit is contained in:
@@ -36,7 +36,7 @@ use SP\Mvc\View\Template;
|
||||
*
|
||||
* @package SP\Modules\Web\Controllers
|
||||
*/
|
||||
class ErrorController
|
||||
final class ErrorController
|
||||
{
|
||||
/**
|
||||
* @var Template
|
||||
@@ -56,6 +56,7 @@ class ErrorController
|
||||
*
|
||||
* @param Container $container
|
||||
* @param string $actionName
|
||||
*
|
||||
* @throws \DI\DependencyException
|
||||
* @throws \DI\NotFoundException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user