Skip to content

Commit

Permalink
add annotation to config resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean O'Brien committed Aug 10, 2023
1 parent 114c3d1 commit f49b2e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Configuration/ConfigurationResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,17 @@ private static function convertType($value, $type)
return $value;
}

/**
* Normalizes string values pulled out of ini files and
* environment variables.
*
* @param array $data The data retrieved the ini file
* @param string $profile The specified ini profile
* @param string $filename The full path to the ini file
* @param array $options Additional arguments passed to the configuration resolver
*
* @return mixed
*/
private static function retrieveValueFromIniSubsection(
$data,
$profile,
Expand Down

0 comments on commit f49b2e5

Please sign in to comment.