Completed
Push — master ( a1e0c4...aac760 )
by Andrey
01:29
created
src/controllers/CommonAdminController.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     /**
149 149
      * Returns model.
150 150
      *
151
-     * @return ModelInterface
151
+     * @return \Itstructure\AdminModule\interfaces\ModelInterface
152 152
      */
153 153
     public function getModel(): ModelInterface
154 154
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     /**
169 169
      * Get validate component for main model.
170 170
      *
171
-     * @return ValidateComponentInterface
171
+     * @return \Itstructure\AdminModule\interfaces\ValidateComponentInterface
172 172
      */
173 173
     public function getValidateComponent(): ValidateComponentInterface
174 174
     {
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
      *
203 203
      * @param int|string $id
204 204
      *
205
-     * @return mixed
205
+     * @return string
206 206
      */
207 207
     public function actionView($id)
208 208
     {
@@ -347,7 +347,7 @@  discard block
 block discarded – undo
347 347
     /**
348 348
      * Returns new object of search main model.
349 349
      *
350
-     * @return mixed
350
+     * @return ActiveRecordInterface
351 351
      */
352 352
     protected function getNewSearchModel()
353 353
     {
Please login to merge, or discard this patch.