Skip to content

Commit

Permalink
Keep set method private
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Nov 27, 2023
1 parent 6047b8b commit c92a727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OptionSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class OptionSet
*/
private $options = [];

public function set(string $name, ...$args): self
private function set(string $name, ...$args): self
{
$this->options[$name] = $args;
return $this;
Expand Down

0 comments on commit c92a727

Please sign in to comment.