Skip to content

Commit

Permalink
Remove missed redundant cast
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Sep 21, 2024
1 parent 2899832 commit a2f0798
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SegmentingContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ public function get(string $key)
*/
public function has(string $key): bool
{
$key = (string) $key;

return $this->inner->has($key);
}
}

0 comments on commit a2f0798

Please sign in to comment.