Completed
Pull Request — master (#4777)
by
unknown
02:33
created
src/Form/Tools.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Append a tools.
50 50
      *
51
-     * @param mixed $tool
51
+     * @param string $tool
52 52
      *
53 53
      * @return $this
54 54
      */
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
      *
282 282
      * @param Collection $tools
283 283
      *
284
-     * @return mixed
284
+     * @return string
285 285
      */
286 286
     protected function renderCustomTools($tools)
287 287
     {
Please login to merge, or discard this patch.