Browse Source

Fix phpcs

Laurent Destailleur 4 năm trước cách đây
mục cha
commit
aab7056b6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      htdocs/api/index.php

+ 1 - 1
htdocs/api/index.php

@@ -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;