Completed
Branch master (a8cb5f)
by Iurii
01:39
created
Filter.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,6 @@
 block discarded – undo
119 119
 
120 120
     /**
121 121
      * Implements hook "filter"
122
-     * @param mixed $data
123 122
      */
124 123
     public function hookFilter($text, $filter, &$filtered)
125 124
     {
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 namespace gplcart\modules\filter;
11 11
 
12
-use gplcart\core\Module,
13
-    gplcart\core\Library;
12
+use gplcart\core\Module;
13
+use gplcart\core\Library;
14 14
 use gplcart\core\models\Language as LanguageModel;
15 15
 
16 16
 /**
Please login to merge, or discard this patch.