Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public static function make(array|string $config = []): Config {
}

/**
* Marge arrays recursively and distinct
* Merge arrays recursively and distinct
*
* Merges any number of arrays / parameters recursively, replacing
* entries with string keys with values from latter arrays.
Expand Down Expand Up @@ -292,4 +292,4 @@ public function clear(): static {
$this->config = [];
return $this;
}
}
}