Test Failed
Push — master ( f4b790...99250c )
by Alexey
04:49
created
system/Inji/Model.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,7 +168,6 @@  discard block
 block discarded – undo
168 168
      * @param Model $item
169 169
      * @param string $colName
170 170
      * @param boolean $manageHref
171
-     * @param array $params
172 171
      * @return string
173 172
      */
174 173
     public static function resloveTypeValue($item, $colName, $manageHref = false, $colInfo = []) {
@@ -794,7 +793,7 @@  discard block
 block discarded – undo
794 793
     /**
795 794
      * return relations list
796 795
      *
797
-     * @return array
796
+     * @return string
798 797
      */
799 798
     public static function relations() {
800 799
         return [];
Please login to merge, or discard this patch.