]> git.mxchange.org Git - core.git/blobdiff - framework/bootstrap/class_FrameworkBootstrap.php
Continued:
[core.git] / framework / bootstrap / class_FrameworkBootstrap.php
index de4aac3ddb6fc10d6c560ee84871a8d95c1de497..91dde86ea002d3ef3042085de64fd65e54d65317 100644 (file)
@@ -376,9 +376,9 @@ final class FrameworkBootstrap {
        public static function startApplication () {
                // Is there an application helper instance?
                $applicationInstance = call_user_func_array(
-                       array(
+                       [
                                'Org\Mxchange\CoreFramework\Helper\Application\ApplicationHelper', 'getSelfInstance'
-                       ), []
+                       ], []
                );
 
                // Some sanity checks