Test Failed
Branch develop (86e751)
by Laurent
34:11
created
htdocs/api/class/api.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Luracast\Restler\Restler;
20 20
 use Luracast\Restler\RestException;
21 21
 use Luracast\Restler\Defaults;
22
-use Luracast\Restler\Format\UploadFormat;
23 22
 
24 23
 require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
25 24
 
Please login to merge, or discard this patch.
htdocs/api/class/api_documents.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
  */
19 19
 
20 20
 use Luracast\Restler\RestException;
21
-use Luracast\Restler\Format\UploadFormat;
22 21
 
23 22
 
24 23
 require_once DOL_DOCUMENT_ROOT.'/main.inc.php';
Please login to merge, or discard this patch.