Skip to content

Commit 2ecccbc

Browse files
mortenhaubergGrahamCampbell
authored andcommitted
Avoid code duplication (#202)
1 parent 76a2f61 commit 2ecccbc

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
@@ -125,7 +125,7 @@ protected function normaliseEnvironmentVariable($name, $value)
125125
/**
126126
* Process the runtime filters.
127127
*
128-
* Called from the `VariableFactory`, passed as a callback in `$this->loadFromFile()`.
128+
* Called from `normaliseEnvironmentVariable` and the `VariableFactory`, passed as a callback in `$this->loadFromFile()`.
129129
*
130130
* @param string $name
131131
* @param string $value

0 commit comments

Comments
 (0)