Skip to content

Commit f23d65a

Browse files
Merge pull request #310 from GrahamCampbell/phpdoc
Added missing phpdoc
2 parents f6b7701 + 2074464 commit f23d65a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Loader.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@ private function resolveNestedVariables($value = null)
181181
);
182182
}
183183

184+
/**
185+
* Resolve the matched variable to its value, if possible.
186+
*
187+
* @param string[] $matches
188+
*
189+
* @return string
190+
*/
184191
private function nestedVariableResolver(array $matches)
185192
{
186193
$nested = $this->getEnvironmentVariable($matches[1]);

0 commit comments

Comments
 (0)