Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry authored and StyleCIBot committed Dec 22, 2015
1 parent d06dda6 commit de60058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/TestCase.php
Expand Up @@ -71,7 +71,7 @@ public function withAuthorization($header = null)
protected static function registerEnvironmentOverrides()
{
foreach (self::$envVarOverrides as $var => $value) {
if ($original = getenv($var)){
if ($original = getenv($var)) {
self::$envVarOriginals[$var] = $original;
}

Expand Down

0 comments on commit de60058

Please sign in to comment.