Skip to content

Commit

Permalink
PathGenerator.php: add links to @deprecated alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Nov 22, 2024
1 parent a2300ba commit 3366caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/FieldType/BinaryBase/PathGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Ibexa\Contracts\Core\Persistence\Content\VersionInfo;

/**
* @deprecated use \Ibexa\Contracts\Core\FieldType\BinaryBase\PathGeneratorInterface instead.
* @deprecated use {@see \Ibexa\Contracts\Core\FieldType\BinaryBase\PathGeneratorInterface} instead.
*/
abstract class PathGenerator implements PathGeneratorInterface
{
Expand Down

0 comments on commit 3366caf

Please sign in to comment.