Skip to content

Commit abfab4a

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents 7b77b24 + e3a8016 commit abfab4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Loader/Configurator/ServicesConfigurator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ final public function set(?string $id, string $class = null): ServiceConfigurato
9898

9999
/**
100100
* Removes an already defined service definition or alias.
101+
*
102+
* @return $this
101103
*/
102104
final public function remove(string $id): self
103105
{

0 commit comments

Comments
 (0)