Completed
Push — master ( a3449e...c71242 )
by P.R.
08:29
created
src/MySql/AuditDataLayer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -162,6 +162,7 @@  discard block
 block discarded – undo
162 162
   //--------------------------------------------------------------------------------------------------------------------
163 163
   /**
164 164
    * @inheritdoc
165
+   * @param string $query
165 166
    */
166 167
   public static function executeNone($query)
167 168
   {
@@ -184,6 +185,7 @@  discard block
 block discarded – undo
184 185
   //--------------------------------------------------------------------------------------------------------------------
185 186
   /**
186 187
    * @inheritdoc
188
+   * @param string $query
187 189
    */
188 190
   public static function executeRow1($query)
189 191
   {
@@ -195,6 +197,7 @@  discard block
 block discarded – undo
195 197
   //--------------------------------------------------------------------------------------------------------------------
196 198
   /**
197 199
    * @inheritdoc
200
+   * @param string $query
198 201
    */
199 202
   public static function executeRows($query)
200 203
   {
Please login to merge, or discard this patch.