-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
- Deprecated the
addmethod in favor of theaddWorkflowmethod inWorkflow\Registry. - Deprecated
SupportStrategyInterfacein favor ofWorkflowSupportStrategyInterface. - Deprecated the class
ClassInstanceSupportStrategyin 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!