* [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:
nuxsmin
2018-07-28 21:45:49 +02:00
parent 3e26a1df71
commit cd2c0379db
90 changed files with 517 additions and 1071 deletions

View File

@@ -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
*/