Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Processor/Token.php
Expand Up @@ -200,7 +200,7 @@ protected function buildMap()
*
* @param Config $config
* @return Config
* @throws InvalidArgumentException
* @throws Exception\InvalidArgumentException
*/
public function process(Config $config)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Reader/Ini.php
Expand Up @@ -63,7 +63,7 @@ public function getNestSeparator()
* @see ReaderInterface::fromFile()
* @param string $filename
* @return array
* @throws Exception\InvalidArgumentException
* @throws Exception\RuntimeException
*/
public function fromFile($filename)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Reader/Yaml.php
Expand Up @@ -56,7 +56,7 @@ public function __construct($yamlDecoder = null)
*
* @param string|callable $yamlDecoder the decoder to set
* @return Yaml
* @throws Exception\InvalidArgumentException
* @throws Exception\RuntimeException
*/
public function setYamlDecoder($yamlDecoder)
{
Expand Down

0 comments on commit 6a43cc1

Please sign in to comment.