Skip to content

Commit bc5e419

Browse files
add deprecation warning for propelparamconverter
1 parent a94d2a2 commit bc5e419

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Request/ParamConverter/PropelParamConverter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
*
2121
*
2222
* @author Jérémie Augustin <jeremie.augustin@pixel-cookers.com>
23+
*
24+
* @deprecated 6.0 The underlying ParamConverterInterface is a part of the abandoned
25+
* sensio/framework-extra-bundle package which we are removing in 7.0.
2326
*/
2427
class PropelParamConverter implements ParamConverterInterface
2528
{

Resources/doc/param_converter.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
The PropelParamConverter
22
========================
3+
**DEPRECATED AS OF 6.0**
34

45
You can use the `PropelParamConverter` with the [SensioFrameworkExtraBundle](http://github.com/sensio/SensioFrameworkExtraBundle).
56
You just need to put the right _Annotation_ on top of your controller:

0 commit comments

Comments
 (0)