Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsaylor committed Jan 4, 2017
1 parent ee00751 commit 24b6b04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ public function pingSnitch($token, $message = '')
]
];
$response = $this->client->request('GET', "/$token", $options);
if ($response->getStatusCode() !== 202)
{
if ($response->getStatusCode() !== 202) {
$this->logger->error('Failed to ping snitch.');
}
}
Expand Down

0 comments on commit 24b6b04

Please sign in to comment.