Closed
Description
- Deprecated the
add
method in favor of theaddWorkflow
method inWorkflow\Registry
. - Deprecated
SupportStrategyInterface
in favor ofWorkflowSupportStrategyInterface
. - Deprecated the class
ClassInstanceSupportStrategy
in favor of the classInstanceOfSupportStrategy
.
@Simperfit do you think you could update the Workflow examples in the master
branch of the docs to update for these deprecations? In addition to updating the example contents, we'd need to add cautions like this:
.. versionadded:: 4.1
The ``addWorkflow()`` method was introduced in Symfony 4.1. In previous
Symfony versions it was called ``add()``.
Thanks!