]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 09:32:52 +0000 (10:32 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 09:36:30 +0000 (10:36 +0100)
commit108f2391252a823f0e26b2c3e9e18843ce224ecd
tree576e6d8d2dd3f3b7418e8e3c0473057dbfc30db1
parenta0a6be909d88a1753fd52c526522db3ffc87372d
Continued:
- updated index.php
- PHP_Invoker is now with a namespace, so no need for disabling strict
  naming-convention check
- removed some old END - *
- renamed configuration entries 'detect_*' to '__detect_*' as they are dummies
- maybe later get rid of them as the configuration class seem to be "abused"
  here a bit
- converted old array() to "new" []

Signed-off-by: Roland Häder <roland@mxchange.org>
application/tests/exceptions.php
framework/bootstrap/class_FrameworkBootstrap.php
framework/loader/class_ClassLoader.php
index.php
tests/framework/bootstrap/class_FrameworkBootstrapTest.php
tests/framework/config/FrameworkConfigurationTest.php