Removed unused local var
This commit is contained in:
parent
7245b351a0
commit
3b72e12491
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class Env implements \PHPCI\Plugin
|
|||
public function execute()
|
||||
{
|
||||
$success = true;
|
||||
foreach ($this->env_vars as $key => $value) {
|
||||
foreach ($this->env_vars as $value) {
|
||||
// This allows the developer to specify env vars like " - FOO=bar" or " - FOO: bar"
|
||||
$env_var = is_array($value)? key($value).'='.current($value): $value;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue