Completed
Branch master (55a138)
by Michael
03:21
created
class/EventHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
  * @author       XOOPS Development Team,
18 18
  */
19 19
 
20
-use Punic\Exception;
21 20
 use XoopsModules\Extcal;
22 21
 
23 22
 // defined('XOOPS_ROOT_PATH') || exit('Restricted access.');
Please login to merge, or discard this patch.
class/Utility.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,9 +17,7 @@
 block discarded – undo
17 17
  **/
18 18
 require_once XOOPS_ROOT_PATH . '/class/uploader.php';
19 19
 
20
-use Xmf\Request;
21 20
 use XoopsModules\Extcal;
22
-use XoopsModules\Extcal\Common;
23 21
 
24 22
 /**
25 23
  * Class Utility
Please login to merge, or discard this patch.