Completed
Pull Request — master (#4)
by Michael
01:24
created
modules/tools/class/Common/SysUtility.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use MyTextSanitizer;
31 31
 use XoopsFormDhtmlTextArea;
32 32
 use XoopsFormEditor;
33
-use XoopsFormTextArea;
34 33
 use XoopsModules\Tools\{
35 34
     Helper
36 35
 };
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * Access the only instance of this class
53
- *
53
+     *
54 54
      * @return SysUtility
55 55
 *
56 56
      */
Please login to merge, or discard this patch.