Skip to content

Commit 7b0d6ed

Browse files
committed
cs and changelog
1 parent a72cb4c commit 7b0d6ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Symfony/Component/DependencyInjection/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
5.3.0
5+
-----
6+
7+
* added `ServicesConfigurator::remove()` in the PHP-DSL
8+
49
5.2.0
510
-----
611

src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ final public function set(?string $id, string $class = null): ServiceConfigurato
9999
/**
100100
* Removes an already defined service definition or alias.
101101
*/
102-
final function remove(string $id) {
102+
final public function remove(string $id)
103+
{
103104
$this->container->removeDefinition($id);
104105
$this->container->removeAlias($id);
105106
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy