File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ A registry will also help you to decide if a workflow supports the object you
64
64
are trying to use it with::
65
65
66
66
use Symfony\Component\Workflow\Registry;
67
- use Symfony\Component\Workflow\WorkflowInterface \InstanceOfSupportStrategy;
67
+ use Symfony\Component\Workflow\SupportStrategy \InstanceOfSupportStrategy;
68
68
use Acme\Entity\BlogPost;
69
69
use Acme\Entity\Newsletter;
70
70
Original file line number Diff line number Diff line change 6
6
Requirements for Running Symfony
7
7
================================
8
8
9
- Symfony 4.0 requires **PHP 7.1.3 ** or higher to run, in addition to other minor
9
+ Symfony 4 requires **PHP 7.1.3 ** or higher to run, in addition to other minor
10
10
requirements. To make things simple, Symfony provides a tool to quickly check if
11
11
your system meets all those requirements. Run this command to install the tool:
12
12
You can’t perform that action at this time.
0 commit comments