Skip to content

Commit 0264067

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent ff536b0 commit 0264067

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Screen/Layouts/Accordion.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,15 @@ public function build(Repository $repository)
4040

4141
/**
4242
* Make accordion items stay open when another item is opened.
43+
*
4344
* @param bool $stayOpen
45+
*
4446
* @return $this
4547
*/
4648
public function stayOpen(bool $stayOpen = true): self
4749
{
4850
$this->variables['stayOpen'] = $stayOpen;
51+
4952
return $this;
5053
}
5154
}

0 commit comments

Comments
 (0)