Completed
Push — xmfload ( 7a5402 )
by Richard
08:32
created
htdocs/modules/protector/class/ProtectorDatabaseLayer.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@  discard block
 block discarded – undo
113 113
 
114 114
 // end moved from protector.php
115 115
 
116
+    /**
117
+     * @param string $sql
118
+     */
116 119
     public function injectionFound($sql)
117 120
     {
118 121
         $protector = Protector::getInstance() ;
@@ -124,6 +127,9 @@  discard block
 block discarded – undo
124 127
     }
125 128
 
126 129
 
130
+    /**
131
+     * @param string $sql
132
+     */
127 133
     public function separateStringsInSQL($sql)
128 134
     {
129 135
         $sql = trim($sql) ;
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 10
 */
11 11
 
12
-use Xoops\Core\Events;
13
-
14 12
 /**
15 13
  * Protector Database Layer checking
16 14
  *
Please login to merge, or discard this patch.