Completed
Branch master (f07b2a)
by Pierre-Henry
36:36
created
_protected/app/system/modules/report/models/ReportModel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         return (!empty($iId)) ? $rStmt->fetch(PDO::FETCH_OBJ) : $rStmt->fetchAll(PDO::FETCH_OBJ);
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $iReportId
66
+     */
64 67
     public function delete($iReportId)
65 68
     {
66 69
         $rStmt = Db::getInstance()->prepare('DELETE FROM' . Db::prefix('Report') . 'WHERE reportId = :reportId LIMIT 1');
Please login to merge, or discard this patch.
_protected/framework/Translate/Lang.class.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,6 @@
 block discarded – undo
204 204
  /**
205 205
   * Language helper function.
206 206
   *
207
-  * @param string $sVar [, string $... ]
208 207
   *
209 208
   * @return string Returns the text with gettext function or language in an array (this depends on whether a key language was found in the language table).
210 209
   */
Please login to merge, or discard this patch.