Skip to content

Commit c6cf637

Browse files
authored
IBX-8535: Deprecated RequestParser and it's implementations (#129)
1 parent 7a8dbe8 commit c6cf637

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/lib/RequestParser.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
/**
1010
* Interface for Request parsers.
11+
*
12+
* @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.
1113
*/
1214
interface RequestParser
1315
{

src/lib/RequestParser/EzPublish.php

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
namespace Ibexa\Rest\RequestParser;
88

99
/**
10+
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser\EzPublish is deprecated, will be removed in 5.0.0.
11+
*
1012
* Pattern based Request parser pre-configured for Ibexa.
1113
*/
1214
class EzPublish extends Pattern

src/lib/RequestParser/Pattern.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
use Ibexa\Rest\RequestParser;
1111

1212
/**
13+
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser\Pattern is deprecated, will be removed in 5.0.0.
14+
*
1315
* Pattern based Request parser.
1416
*
1517
* Handles 2 types of patterns to be used in an URL:

0 commit comments

Comments
 (0)