Skip to content

Commit

Permalink
Merge pull request #4 from DerJacques/analysis-XVnxbZ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DerJacques authored Mar 27, 2017
2 parents 292b3c1 + ae5898c commit 6526784
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/PipedriveChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace DerJacques\PipedriveNotifications;

use Exception;
use DerJacques\PipedriveNotifications\Exceptions\InvalidConfiguration;
use GuzzleHttp\Client;
use Illuminate\Notifications\Notification;
use DerJacques\PipedriveNotifications\Exceptions\InvalidConfiguration;

class PipedriveChannel
{
Expand Down
2 changes: 0 additions & 2 deletions tests/ChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public function it_throws_an_exception_when_no_token_is_provided()
$channel = new PipedriveChannel($client);
$channel->send(new TestNotifiableWithoutPipedriveToken(), new CreateDealWithActivitiesNotification());
}

}

class TestNotifiable
Expand All @@ -119,7 +118,6 @@ class TestNotifiableWithoutPipedriveToken

public function routeNotificationForPipedrive()
{
return null;
}
}

Expand Down

0 comments on commit 6526784

Please sign in to comment.