Skip to content

Commit b7fdf91

Browse files
committed
minor #18262 Remove space end of line (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- Remove space end of line There is 6 occurences on 6.3. Found with regex `[a-zA-Z] $` If PR is accepted `@OskarStark` WDYT to add a Doctor rule ? Which name do you suggest ? Commits ------- bf0d3a1 Remove space end of line
2 parents 3cd4489 + bf0d3a1 commit b7fdf91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/psr7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usage
2929
Converting from HttpFoundation Objects to PSR-7
3030
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3131

32-
The bridge provides an interface of a factory called
32+
The bridge provides an interface of a factory called
3333
`HttpMessageFactoryInterface`_ that builds objects implementing PSR-7
3434
interfaces from HttpFoundation objects.
3535

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ a ``Definition`` and a way to write the states to the objects (i.e. an
3939
instance of a :class:`Symfony\\Component\\Workflow\\MarkingStore\\MarkingStoreInterface`.)
4040

4141
Consider the following example for a blog post. A post can have these places:
42-
``draft``, ``reviewed``, ``rejected``, ``published``. You could define the workflow as
42+
``draft``, ``reviewed``, ``rejected``, ``published``. You could define the workflow as
4343
follows:
4444

4545
.. configuration-block::

0 commit comments

Comments
 (0)