Skip to content

Commit

Permalink
Update src/Config.php
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Kankiewicz <[email protected]>
  • Loading branch information
Externaluse and PHLAK authored Oct 30, 2023
1 parent 42e9a58 commit d87683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Config implements ConfigInterface, ArrayAccess, IteratorAggregate
* @param mixed $context Raw array of configuration options or path to a
* configuration file or directory containing one or
* more configuration files
* @param string|null $prefix A key under which the loaded config will be nested
* @param string|array $prefix A key under which the loaded config will be nested
* @throws InvalidContextException
*/
public function __construct($context = null, string $prefix = null)
Expand Down

0 comments on commit d87683d

Please sign in to comment.