Skip to content

Commit

Permalink
Merge pull request #203 from iranianpep/analysis-zRMmGO
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
iranianpep committed Dec 13, 2017
2 parents e31d041 + d3bf48b commit d2271da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Botonomous/AbstractBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ abstract class AbstractBot

/**
* @param null $key
*
* @return mixed
*/
abstract public function getRequest($key = null);
Expand Down
1 change: 0 additions & 1 deletion src/Botonomous/BotonomousException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class BotonomousException extends \Exception
{

}
2 changes: 1 addition & 1 deletion src/Botonomous/listener/EventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class EventListener extends AbstractBaseListener
{
const KEY = 'event';
const MISSING_TOKEN_OR_APP_ID_MESSAGE = 'Token or api_app_id is not provided';
const MISSING_APP_ID_MESSAGE = 'Api app id must be provided';
const MISSING_APP_ID_MESSAGE = 'Api app id must be provided';
const MISSING_VERIFICATION_TOKEN_MESSAGE = 'Verification token must be provided';
const MISSING_EVENT_TYPE_MESSAGE = 'Event type must be specified';

Expand Down
1 change: 0 additions & 1 deletion tests/Botonomous/listener/EventListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Botonomous\Config;
use Botonomous\Event;
use Botonomous\utility\FileUtility;
use Botonomous\utility\RequestUtility;
use PHPUnit\Framework\TestCase;

Expand Down

0 comments on commit d2271da

Please sign in to comment.