Completed
Push — master ( 4e2c55...2c21d8 )
by Andrey
01:28
created
src/Fields.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      * Set the language model.
111 111
      * For multilanguage mode.
112 112
      *
113
-     * @param mixed $languageModel
113
+     * @param LanguageListInterface $languageModel
114 114
      *
115 115
      * @return void
116 116
      */
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Set model.
124 124
      *
125
-     * @param Model $model
125
+     * @param \yii\base\Model $model
126 126
      *
127 127
      * @return void
128 128
      */
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     /**
135 135
      * Set form.
136 136
      *
137
-     * @param mixed $form
137
+     * @param ActiveForm $form
138 138
      *
139 139
      * @return void
140 140
      */
Please login to merge, or discard this patch.
src/TableMultilanguageField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      * Obtaining a field translation of another model along a given path through a series
96 96
      * of entities, separated by a point.
97 97
      *
98
-     * @param $name string, separated by dot.
98
+     * @param string $name string, separated by dot.
99 99
      *
100 100
      * @return string
101 101
      */
Please login to merge, or discard this patch.
src/TableMultilanguage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Sets the language model.
61 61
      *
62
-     * @param mixed $languageModel
62
+     * @param LanguageListInterface $languageModel
63 63
      *
64 64
      * @return void
65 65
      */
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Sets the model of the current fields.
73 73
      *
74
-     * @param Model $model
74
+     * @param \yii\base\Model $model
75 75
      *
76 76
      * @return void
77 77
      */
Please login to merge, or discard this patch.