We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94d2a2 commit bc5e419Copy full SHA for bc5e419
Request/ParamConverter/PropelParamConverter.php
@@ -20,6 +20,9 @@
20
*
21
22
* @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.
26
*/
27
class PropelParamConverter implements ParamConverterInterface
28
{
Resources/doc/param_converter.markdown
@@ -1,5 +1,6 @@
1
The PropelParamConverter
2
========================
3
+**DEPRECATED AS OF 6.0**
4
5
You can use the `PropelParamConverter` with the [SensioFrameworkExtraBundle](http://github.com/sensio/SensioFrameworkExtraBundle).
6
You just need to put the right _Annotation_ on top of your controller:
0 commit comments