Skip to content

Commit

Permalink
update: 修复类型冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Sep 17, 2023
1 parent e047c47 commit b19904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-next/ContainerBridge.php
Expand Up @@ -157,7 +157,7 @@ public function offsetExists(mixed $offset): bool
return isset($this->container[$offset]);
}

public function offsetGet(mixed $offset)
public function offsetGet(mixed $offset): mixed
{
return $this->container[$offset];
}
Expand Down

0 comments on commit b19904d

Please sign in to comment.