Skip to content

Commit

Permalink
Changed deprecation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Sep 3, 2024
1 parent 6aa72e3 commit 5d0ddbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/lib/RequestParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
/**
* Interface for Request parsers.
*
* @deprecated 4.6.11
* use \Ibexa\Contracts\Rest\UriParser\UriParserInterface and \Symfony\Component\Routing\RouterInterface instead
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser is deprecated, will be removed in 5.0.0. Use \Ibexa\Contracts\Rest\UriParser\UriParserInterface and \Symfony\Component\Routing\RouterInterface instead.
*/
interface RequestParser
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/RequestParser/EzPublish.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace Ibexa\Rest\RequestParser;

/**
* @deprecated 4.6.11, and will be removed in the next major release.
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser\EzPublish is deprecated, will be removed in 5.0.0.
*
* Pattern based Request parser pre-configured for Ibexa.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/RequestParser/Pattern.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Ibexa\Rest\RequestParser;

/**
* @deprecated 4.6.11, and will be removed in the next major release.
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser\Pattern is deprecated, will be removed in 5.0.0.
*
* Pattern based Request parser.
*
Expand Down

0 comments on commit 5d0ddbc

Please sign in to comment.