Browse Source

StyleCI Fixes

Ilja Lukin 3 years ago
parent
commit
20070897c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Widgets/Tab.php

+ 1 - 1
src/Widgets/Tab.php

@@ -34,7 +34,7 @@ class Tab extends Widget
      * @param  string  $title
      * @param  string  $title
      * @param  string|Renderable  $content
      * @param  string|Renderable  $content
      * @param  bool  $active
      * @param  bool  $active
-     * @param string|null $id
+     * @param  string|null  $id
      * @return $this
      * @return $this
      */
      */
     public function add($title, $content, $active = false, $id = null)
     public function add($title, $content, $active = false, $id = null)