Skip to content

Commit

Permalink
Some docblock updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Aug 4, 2018
1 parent 9f94d94 commit f8c6fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Config implements ArrayAccess, IteratorAggregate
protected $config = [];

/**
* Create a Config object.
* Create a new Config object.
*
* @param mixed $context Raw array of configuration options or path to a
* configuration file or directory containing one or
Expand Down Expand Up @@ -83,7 +83,7 @@ public function get($key, $default = null)
}

/**
* Check for the existance of a config item.
* Check for the existence of a configuration item.
*
* @param string $key Unique configuration option key
*
Expand Down

0 comments on commit f8c6fa2

Please sign in to comment.