Completed
Push — master ( 6a485a...18c4f3 )
by Andrii
04:57
created
src/models/ObjClass.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@
 block discarded – undo
66 66
         return $label;
67 67
     }
68 68
 
69
+    /**
70
+     * @param string $key
71
+     */
69 72
     public function getValue($key)
70 73
     {
71 74
         if (isset($this->knownClasses[$this->className][$key])) {
Please login to merge, or discard this patch.
src/widgets/obj/ObjLinkWidget.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace hipanel\widgets\obj;
12 12
 
13 13
 use hipanel\models\Obj;
14
-use Yii;
15 14
 use yii\helpers\Html;
16 15
 
17 16
 class ObjLinkWidget extends \yii\base\Widget
Please login to merge, or discard this patch.