Fixing FIXMEs

This commit is contained in:
Dan Cryer 2015-02-12 13:30:32 +00:00
commit 7820ccdf9e
4 changed files with 8 additions and 7 deletions

View file

@ -120,7 +120,7 @@ class SlackNotify implements \PHPCI\Plugin
$success = true;
$message->send(''); // FIXME: Handle errors
$message->send('');
return $success;
}