Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 936d239

Browse files
committed
minor #8948 Clean up (carusogabriel)
This PR was squashed before being merged into the 3.4 branch (closes #8948). Discussion ---------- Clean up Following #8947, suggested by @xabbuh Commits ------- 509e05f Clean up
2 parents 1e65fb1 + 509e05f commit 936d239

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

components/lock.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ Locks are created and managed in ``Stores``, which are classes that implement
146146
:class:`Symfony\\Component\\Lock\\StoreInterface`. The component includes the
147147
following built-in store types:
148148

149-
150149
============================================ ====== ======== ========
151150
Store Scope Blocking Expiring
152151
============================================ ====== ======== ========

components/phpunit_bridge.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ Consider the following example::
497497
}
498498
}
499499

500-
501500
The ``FooTest::test`` method executes every single line of code of both ``Foo``
502501
and ``Bar`` classes, but ``Bar`` is not truly tested. The ``CoverageListener``
503502
aims to fix this behavior by adding the appropriate `@covers`_ annotation on

configuration/micro_kernel_trait.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ hold the kernel. Now it looks like this::
200200
}
201201
}
202202

203-
204203
.. versionadded:: 3.4
205204
Support for annotation routing without an external bundle was added in
206205
Symfony 3.4. Prior to version 3.4, you needed to install the

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ as a service, you can use normal dependency injection. Imagine you have a
184184
public function __construct(UserManager $userManager)
185185
{
186186
$this->userManager = $userManager;
187-
187+
188188
parent::__construct();
189189
}
190190

debug/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ that can help you visualize and find the information.
8383

8484
``debug:config``
8585
Shows all configured bundles, their class and their alias.
86-
86+
8787
``debug:form``
8888
Displays information about form types and their options.
8989

0 commit comments

Comments
 (0)