Skip to content

Commit

Permalink
Merge pull request #341 from spira/analysis-q55NPq
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 96a0af3 + 86f87ed commit 229ab9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/tests/TestCase.php
Expand Up @@ -72,7 +72,7 @@ public function withAuthorization($header = null)
protected function registerEnvironmentOverrides()
{
foreach ($this->envVarOverrides as $var => $value) {
if ($original = getenv($var)){
if ($original = getenv($var)) {
$this->envVarOriginals[$var] = $original;
}

Expand Down
1 change: 0 additions & 1 deletion api/tests/Traits/MailcatcherTrait.php
Expand Up @@ -9,7 +9,6 @@
*/
use Guzzle\Http\Client;


/**
* Adds mailcatcher calls.
*/
Expand Down

0 comments on commit 229ab9a

Please sign in to comment.