Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored and github-actions[bot] committed Jun 20, 2024
1 parent 62d92d3 commit e5ed07a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions src/Actions/Components/Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class Button extends Component
{
public function __construct(
public Action $action,
) {
}
) {}

public function render(): View|Closure|string
{
Expand Down
3 changes: 1 addition & 2 deletions src/Actions/Components/Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ class Icon extends Component
public function __construct(
public Action $action,
public ?string $active = null,
) {
}
) {}

public function render(): View|Closure|string
{
Expand Down
3 changes: 1 addition & 2 deletions src/Actions/Components/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ class Link extends Component
public function __construct(
public Action $action,
public ?string $active = null,
) {
}
) {}

public function render(): View|Closure|string
{
Expand Down
3 changes: 1 addition & 2 deletions src/Navigation/Components/Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class Tabs extends Component
{
public function __construct(
public array $tabs,
) {
}
) {}

public function render(): View|Closure|string
{
Expand Down
3 changes: 1 addition & 2 deletions src/Support/Livewire/StateObjects/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class State implements Arrayable
public function __construct(
protected Component $component,
protected $propertyName,
) {
}
) {}

public function getComponent()
{
Expand Down

0 comments on commit e5ed07a

Please sign in to comment.