From bf0d3a17bd816a0fd55ae3fa13bca727a10d09c2 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Wed, 26 Apr 2023 21:56:19 +0200 Subject: [PATCH] Remove space end of line --- components/psr7.rst | 2 +- workflow.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/psr7.rst b/components/psr7.rst index eb5ff8196a9..04a3b9148b5 100644 --- a/components/psr7.rst +++ b/components/psr7.rst @@ -29,7 +29,7 @@ Usage Converting from HttpFoundation Objects to PSR-7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The bridge provides an interface of a factory called +The bridge provides an interface of a factory called `HttpMessageFactoryInterface`_ that builds objects implementing PSR-7 interfaces from HttpFoundation objects. diff --git a/workflow.rst b/workflow.rst index 98b0d7c5798..b0dd2f2495a 100644 --- a/workflow.rst +++ b/workflow.rst @@ -39,7 +39,7 @@ a ``Definition`` and a way to write the states to the objects (i.e. an instance of a :class:`Symfony\\Component\\Workflow\\MarkingStore\\MarkingStoreInterface`.) Consider the following example for a blog post. A post can have these places: -``draft``, ``reviewed``, ``rejected``, ``published``. You could define the workflow as +``draft``, ``reviewed``, ``rejected``, ``published``. You could define the workflow as follows: .. configuration-block::