Skip to content

Commit 6ce56cd

Browse files
committed
Ordered use statements
1 parent 59a7e51 commit 6ce56cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ As configured, the following property is used by the marking store::
197197
With this workflow named ``blog_publishing``, you can get help to decide
198198
what actions are allowed on a blog post::
199199

200-
use Symfony\Component\Workflow\Exception\LogicException;
201200
use App\Entity\BlogPost;
201+
use Symfony\Component\Workflow\Exception\LogicException;
202202

203203
$post = BlogPost();
204204

@@ -680,8 +680,8 @@ requires:
680680
681681
Then you can access this metadata in your controller as follows::
682682

683-
use Symfony\Component\Workflow\Registry;
684683
use App\Entity\BlogPost;
684+
use Symfony\Component\Workflow\Registry;
685685

686686
public function myController(Registry $registry, BlogPost $post)
687687
{

0 commit comments

Comments
 (0)