Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-12-01 01:57:40 +01:00
parent 69c87e26dd
commit aab7056b6f

View File

@ -45,7 +45,7 @@ if (!$res) die("Include of main fails");
require_once DOL_DOCUMENT_ROOT.'/includes/restler/framework/Luracast/Restler/AutoLoader.php';
call_user_func(function() {
call_user_func(function () {
$loader = Luracast\Restler\AutoLoader::instance();
spl_autoload_register($loader);
return $loader;