Skip to content

Commit

Permalink
Fix getSortBy/getSortOrder phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and jordisala1991 committed Sep 18, 2020
1 parent e51dafe commit 22eafd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Datagrid/ProxyQueryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function execute(array $params = [], $hydrationMode = null);
public function setSortBy($parentAssociationMappings, $fieldMapping);

/**
* @return string
* @return string|null
*/
public function getSortBy();

Expand All @@ -56,7 +56,7 @@ public function getSortBy();
public function setSortOrder($sortOrder);

/**
* @return string
* @return string|null
*/
public function getSortOrder();

Expand Down

0 comments on commit 22eafd9

Please sign in to comment.