Skip to content

Commit

Permalink
Merge pull request #193 from iranianpep/analysis-qMbVO2
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
iranianpep committed Jul 18, 2017
2 parents f464078 + 9e46905 commit 3fb70f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Botonomous/CommandExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Botonomous\utility\MessageUtility;
use NlpTools\Stemmers\PorterStemmer;
use NlpTools\Tokenizers\WhitespaceAndPunctuationTokenizer;
use NlpTools\Tokenizers\WhitespaceTokenizer;

/**
* Class CommandExtractor.
Expand Down Expand Up @@ -116,6 +115,7 @@ private function checkDefaultCommand()

if (empty($command)) {
$this->setError($this->getDictionary()->get('generic-messages')['noCommandMessage']);

return;
}

Expand Down

0 comments on commit 3fb70f1

Please sign in to comment.