Completed
Push — master ( 2b7730...10405b )
by wen
11:53
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
 
102 102
     /**
103 103
      * @param $nodes
104
-     * @param $parentId
104
+     * @param string $parentId
105 105
      *
106 106
      * @return \Illuminate\Support\Collection
107 107
      */
Please login to merge, or discard this patch.