diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 0122eb3..5d6f9b1 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -89,8 +89,7 @@ class BackendController extends Controller * @var string[] * @since 1.0.0 */ - protected static $dependencies = [ - ]; + protected static $dependencies = []; /** * @param RequestAbstract $request Request diff --git a/Controller/Controller.php b/Controller/Controller.php index d8398d0..2aa713d 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -89,6 +89,5 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static $dependencies = [ - ]; + protected static $dependencies = []; }