Skip to content

Commit 7c7b5f7

Browse files
committed
Merge branch '4.2'
* 4.2: Fixing incorrect namespace in registry part fix #10729
2 parents afae669 + 3998072 commit 7c7b5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A registry will also help you to decide if a workflow supports the object you
6464
are trying to use it with::
6565

6666
use Symfony\Component\Workflow\Registry;
67-
use Symfony\Component\Workflow\WorkflowInterface\InstanceOfSupportStrategy;
67+
use Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy;
6868
use Acme\Entity\BlogPost;
6969
use Acme\Entity\Newsletter;
7070

reference/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Requirements for Running Symfony
77
================================
88

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
1010
requirements. To make things simple, Symfony provides a tool to quickly check if
1111
your system meets all those requirements. Run this command to install the tool:
1212

0 commit comments

Comments
 (0)