Skip to content

Commit

Permalink
Update PHPDoc return type
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 13, 2024
1 parent 8669f7c commit d58b1dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Livewire/Table/MyUrlTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function fields(): PowerGridFields
}

/**
* @return array<int, Column>
* @return array<\PowerComponents\LivewirePowerGrid\Column>
*/
public function columns(): array
{
Expand Down
2 changes: 1 addition & 1 deletion app/Livewire/Table/UrlListOfGuestTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function fields(): PowerGridFields
}

/**
* @return array<int, Column>
* @return array<\PowerComponents\LivewirePowerGrid\Column>
*/
public function columns(): array
{
Expand Down
2 changes: 1 addition & 1 deletion app/Livewire/Table/UrlListTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function fields(): PowerGridFields
}

/**
* @return array<int, Column>
* @return array<\PowerComponents\LivewirePowerGrid\Column>
*/
public function columns(): array
{
Expand Down
2 changes: 1 addition & 1 deletion app/Livewire/Table/UserTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class="btn btn-secondary btn-sm"
}

/**
* @return array<int, Column>
* @return array<\PowerComponents\LivewirePowerGrid\Column>
*/
public function columns(): array
{
Expand Down

0 comments on commit d58b1dc

Please sign in to comment.