Skip to content

Clean up #8948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion components/lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ Locks are created and managed in ``Stores``, which are classes that implement
:class:`Symfony\\Component\\Lock\\StoreInterface`. The component includes the
following built-in store types:


============================================ ====== ======== ========
Store Scope Blocking Expiring
============================================ ====== ======== ========
Expand Down
1 change: 0 additions & 1 deletion components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ Consider the following example::
}
}


The ``FooTest::test`` method executes every single line of code of both ``Foo``
and ``Bar`` classes, but ``Bar`` is not truly tested. The ``CoverageListener``
aims to fix this behavior by adding the appropriate `@covers`_ annotation on
Expand Down
1 change: 0 additions & 1 deletion configuration/micro_kernel_trait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ hold the kernel. Now it looks like this::
}
}


.. versionadded:: 3.4
Support for annotation routing without an external bundle was added in
Symfony 3.4. Prior to version 3.4, you needed to install the
Expand Down
2 changes: 1 addition & 1 deletion console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ as a service, you can use normal dependency injection. Imagine you have a
public function __construct(UserManager $userManager)
{
$this->userManager = $userManager;

parent::__construct();
}

Expand Down
2 changes: 1 addition & 1 deletion debug/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ that can help you visualize and find the information.

``debug:config``
Shows all configured bundles, their class and their alias.

``debug:form``
Displays information about form types and their options.

Expand Down