Skip to content

Commit

Permalink
style: fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-frey authored and github-actions[bot] committed Oct 10, 2023
1 parent 60bc89a commit 33f9ed2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Selectors/WidgetSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public function __construct(string $selector)
parent::__construct($selector);
}



public function __toString(): string
{
return ".fi-wi > div:nth-child({$this->selector})";
Expand Down

0 comments on commit 33f9ed2

Please sign in to comment.