Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
dank00 committed Jan 4, 2018
1 parent b0b8500 commit 0b04ff8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ConfigValueSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public static function of(array $configValues): self
'Members of %s must be instances of %s, got %s',
self::class,
ConfigValue::class,
gettype($configValue))
);
gettype($configValue)
));
}

$instance->values[$configValue->getPath()] = $configValue;
Expand Down
2 changes: 1 addition & 1 deletion src/EnvironmentConfigValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ public static function create(): self
private function __construct()
{
}
}
}
2 changes: 1 addition & 1 deletion test/ConfigValueRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ public function save($path, $value, $scope = ScopeConfigInterface::SCOPE_TYPE_DE
'We should be able to retrieve the saved config value by it\'s path.'
);
}
}
}

0 comments on commit 0b04ff8

Please sign in to comment.