Commit c6aa99f3 authored by Fabien Potencier's avatar Fabien Potencier

minor #909 Added a warning for a:b notation usage with < 1.2 (mattkirwan)

This PR was merged into the 1.2.x-dev branch.

Discussion
----------

Added a warning for a:b notation usage with < 1.2

Commits
-------

410374fd Added a:b notation warning
parents ae4317bb 410374fd
...@@ -383,6 +383,10 @@ convert method will be used as converter:: ...@@ -383,6 +383,10 @@ convert method will be used as converter::
// ... // ...
})->convert('user', 'converter.user:convert'); })->convert('user', 'converter.user:convert');
.. warning::
Please note that the ability to use a service method (with the `a:b` notation) will be in version 1.2
Requirements Requirements
~~~~~~~~~~~~ ~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment