Skip to content

Commit

Permalink
Merge pull request #342 from spira/analysis-87dR2X
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
zakhenry committed Dec 22, 2015
2 parents d06dda6 + de60058 commit a500eb9
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 a500eb9

Please sign in to comment.