Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 16, 2023
1 parent 4555a15 commit ca68498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Sort.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,10 @@ public function getOrders(): array

/**
* @param string $column The name of the column.
* @return array The sort parameter value for the specified column.
*
* @throws InvalidArgumentException if the specified column is unknown.
*
* @return array The sort parameter value for the specified column.
*/
public function getSortParam(string $column): array
{
Expand Down

0 comments on commit ca68498

Please sign in to comment.