Completed
Push — master ( 5bec0e...2e8b61 )
by Dmitry
04:03
created
src/components/SettingsStorage.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -32,6 +32,7 @@  discard block
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @inheritdoc
35
+     * @param string $key
35 36
      */
36 37
     public function setBounded($key, $value)
37 38
     {
@@ -57,6 +58,7 @@  discard block
 block discarded – undo
57 58
 
58 59
     /**
59 60
      * @inheritdoc
61
+     * @param string $key
60 62
      */
61 63
     public function getBounded($key)
62 64
     {
Please login to merge, or discard this patch.
src/models/Ref.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -45,6 +45,10 @@
 block discarded – undo
45 45
         return $result;
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $name
50
+     * @param string $translate
51
+     */
48 52
     public static function findCached($name, $translate = null, $options = [])
49 53
     {
50 54
         if ($translate === null) {
Please login to merge, or discard this patch.
src/widgets/RedirectFormRenderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use hipanel\modules\mailing\renderers\AbstractRedirectFormRenderer;
6 6
 use yii\helpers\Html;
7
-use yii\web\JsExpression;
8 7
 
9 8
 class RedirectFormRenderer extends AbstractRedirectFormRenderer
10 9
 {
Please login to merge, or discard this patch.