Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkessler authored and StyleCIBot committed Sep 15, 2016
1 parent 1aaa70a commit e50a0b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Salesforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public function call_api($method, $url, $options = [], $debug_info = [])

$data = array_merge($debug_info, $data);

$this->log('error','Salesforce - '.json_encode($data));
$this->log('error', 'Salesforce - '.json_encode($data));
}


Expand Down
3 changes: 0 additions & 3 deletions tests/HelperTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Psr7\Response;

class HelperTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit e50a0b4

Please sign in to comment.