Completed
Push — master ( c0ab41...a9fac5 )
by wen
13:45
created
src/Form/Elements/BaseFile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
     }
220 220
 
221 221
     /**
222
-     * @param $rule
222
+     * @param string $rule
223 223
      * @param null $message
224 224
      * @return $this|\Sco\Admin\Form\Elements\BaseFile
225 225
      */
Please login to merge, or discard this patch.
src/Form/Elements/Tree.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,10 @@  discard block
 block discarded – undo
23 23
 
24 24
     protected $nodes;
25 25
 
26
+    /**
27
+     * @param string $name
28
+     * @param string $title
29
+     */
26 30
     public function __construct($name, $title, $nodes)
27 31
     {
28 32
         parent::__construct($name, $title);
@@ -99,7 +103,7 @@  discard block
 block discarded – undo
99 103
 
100 104
     /**
101 105
      * @param $nodes
102
-     * @param $parentId
106
+     * @param string $parentId
103 107
      *
104 108
      * @return \Illuminate\Support\Collection
105 109
      */
Please login to merge, or discard this patch.