]> git.mxchange.org Git - core.git/blobdiff - application/tests/starter.php
Continued:
[core.git] / application / tests / starter.php
index a588ec9cab32ea39981ca98a7ebd7b7db03cbe06..ed047ad0e62c2f20bf019174ff7819ad607c20f8 100644 (file)
@@ -27,7 +27,7 @@
 $app = call_user_func_array(
        array(
                FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_helper_class'), 'getSelfInstance'
-       ), array()
+       ), []
 );
 
 // Some sanity checks
@@ -51,4 +51,4 @@ if ((empty($app)) || (is_null($app))) {
 }
 
 // Call user function
-call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array());
+call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), []);