Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamshory, MT committed Aug 2, 2024
1 parent 8bc689b commit 4793e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Database/PicoSort.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function __call($method, $params)
/**
* Get instance of PicoSort
*
* @return PicoSort
* @return self
*/
public static function getInstance()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Database/PicoSortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function getSortable()
/**
* Get instance of PicoSortable
*
* @return PicoSortable
* @return self
*/
public static function getInstance()
{
Expand All @@ -252,7 +252,7 @@ public function __toString()
* @param PicoRequestBase $request
* @param string[]|null $map
* @param array|null $defaultSortable
* @return PicoSortable
* @return self
*/
public static function fromUserInput($request, $map = null, $defaultSortable = null)
{
Expand Down

0 comments on commit 4793e6f

Please sign in to comment.