Skip to content

Commit

Permalink
Use @see in UniversalDiscoveryProvider::getRestFormat() @deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Nov 26, 2024
1 parent ab36c3b commit 7d3c3d0
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\UniversalDiscovery\Provider::getRestFormat()" method is deprecated, will be removed in 5.0.
* @deprecated 4.6.0 The {@see \Ibexa\Contracts\AdminUi\UniversalDiscovery\Provider::getRestFormat()} method is deprecated, will be removed in 5.0.
*/
public function getRestFormat($valueObject): array;

Expand Down

0 comments on commit 7d3c3d0

Please sign in to comment.