Skip to content

Commit

Permalink
Enhanced @deprecated phpdoc tag usage (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis authored Dec 12, 2024
1 parent 81009e5 commit 8bd3e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/UniversalDiscovery/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getLocationGridViewData(
public function getLocations(array $locationIds): array;

/**
* @deprecated 4.6.0 The "\Ibexa\Contracts\AdminUi\UniversalDiscoveryProvider::getRestFormat()" method is deprecated, will be removed in 5.0.
* @deprecated 4.6.0 Will be removed in 5.0.
*/
public function getRestFormat($valueObject): array;

Expand Down

0 comments on commit 8bd3e61

Please sign in to comment.