Skip to content

Commit e3a8016

Browse files
minor #42954 Add missing `@return $this` annotations (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- Add missing ``@return` $this` annotations | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- cd81aecde2 Add missing ``@return` $this` annotations
2 parents b2df9e4 + 0249fa3 commit e3a8016

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)