Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Nov 29, 2018
1 parent 48013d9 commit 7f9dd2b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class SystemHeader
private $items = [];

/**
*
* SystemHeader constructor.
*
* @param string $title The title of the header
Expand All @@ -65,6 +64,8 @@ public function __construct($title, $icon)
*
* @param SystemItem $item The item to add to this section
*
* @return void
*
* @since __DEPLOY_VERSION__
*/
public function addItem(SystemItem $item)
Expand Down

0 comments on commit 7f9dd2b

Please sign in to comment.