Completed
Pull Request — master (#3979)
by
unknown
07:34
created
src/Show/Tools.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
      *
290 290
      * @param Collection $tools
291 291
      *
292
-     * @return mixed
292
+     * @return string
293 293
      */
294 294
     protected function renderCustomTools($tools)
295 295
     {
Please login to merge, or discard this patch.
src/Traits/Resizable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * Generate thumbnail URL.
32 32
      *
33 33
      * @param $image
34
-     * @param $type
34
+     * @param string $type
35 35
      *
36 36
      * @return string
37 37
      */
Please login to merge, or discard this patch.
src/Tree.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -320,7 +320,6 @@
 block discarded – undo
320 320
     /**
321 321
      * Return all items of the tree.
322 322
      *
323
-     * @param array $items
324 323
      */
325 324
     public function getItems()
326 325
     {
Please login to merge, or discard this patch.
src/Tree/Tools.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * Create a new Tools instance.
28 28
      *
29
-     * @param Builder $builder
30 29
      */
31 30
     public function __construct(Tree $tree)
32 31
     {
Please login to merge, or discard this patch.
src/Widgets/Carousel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Carousel constructor.
26 26
      *
27
-     * @param array $items
27
+     * @param \Illuminate\Support\Collection $items
28 28
      */
29 29
     public function __construct($items = [])
30 30
     {
Please login to merge, or discard this patch.
src/Widgets/Form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     /**
120 120
      * Get form title.
121 121
      *
122
-     * @return mixed
122
+     * @return string
123 123
      */
124 124
     protected function title()
125 125
     {
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * Add form attributes.
185 185
      *
186
-     * @param string|array $attr
186
+     * @param string $attr
187 187
      * @param string       $value
188 188
      *
189 189
      * @return $this
Please login to merge, or discard this patch.