Completed
Branch master (a2db23)
by Pierre-Henry
33:35
created
_protected/framework/Structure/General.class.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
         /**
19 19
          * Emit a signal.
20 20
          *
21
-         * @param mixed $mVar [, string $... ]
22 21
          * @return string
23 22
          */
24 23
         public static function emit()
Please login to merge, or discard this patch.
_protected/app/system/core/classes/AdsCore.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Checks Ads Table.
39 39
      *
40
+     * @param string $sTable
40 41
      * @return string|void Returns the table name if it is correct, nothing otherwise.
41 42
      *
42 43
      * @throws \PH7\Framework\Error\CException\PH7InvalidArgumentException If the table is not valid.
Please login to merge, or discard this patch.
system/modules/lost-password/forms/processing/ForgotPasswordFormProcess.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 
20 20
     private $oUserModel;
21 21
 
22
+    /**
23
+     * @param string|null $sTable
24
+     */
22 25
     public function __construct($sTable)
23 26
     {
24 27
         parent::__construct();
Please login to merge, or discard this patch.