Skip to content

Commit 0249fa3

Browse files
Add missing @return $this annotations
1 parent 013d0fb commit 0249fa3

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)