Skip to content

Commit 828d19e

Browse files
calebporzioGrahamCampbell
authored andcommitted
Fix incorrect nesting documentation (#226)
`{$variable}` does not work, but `${variable}` does. The docblock for the respolveNestedVariables method is incorrect.
1 parent c7711a5 commit 828d19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ protected function sanitiseVariableValue($name, $value)
260260
/**
261261
* Resolve the nested variables.
262262
*
263-
* Look for {$varname} patterns in the variable value and replace with an
263+
* Look for ${varname} patterns in the variable value and replace with an
264264
* existing environment variable.
265265
*
266266
* @param string $value

0 commit comments

Comments
 (0)