Clean phpcs

This commit is contained in:
Laurent Destailleur
2020-05-02 15:18:59 +02:00
parent 6bc7085297
commit a88ab40384
11 changed files with 71 additions and 60 deletions

View File

@@ -18,7 +18,7 @@
// Create the autoloader for Luracast
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;