Skip to content

Commit 7c2cc37

Browse files
Fix return types
1 parent abfab4a commit 7c2cc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/Configurator/ServicesConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ final public function set(?string $id, string $class = null): ServiceConfigurato
101101
*
102102
* @return $this
103103
*/
104-
final public function remove(string $id): self
104+
final public function remove(string $id): static
105105
{
106106
$this->container->removeDefinition($id);
107107
$this->container->removeAlias($id);

0 commit comments

Comments
 (0)