Skip to content

Commit

Permalink
delete undef function
Browse files Browse the repository at this point in the history
  • Loading branch information
isamarin committed Nov 21, 2019
1 parent 72e4e09 commit 1a6cba8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Alisa/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ final public function __construct($data = null)
self::$arWords = $this->rawRequest[self::REQUEST]['nlu']['tokens'];

if (isset($this->rawRequest['substituted'])) {
writeLog('CATCH SUBS');
self::$substitute = $this->rawRequest['substituted'];
}

Expand Down
2 changes: 0 additions & 2 deletions src/Alisa/TriggerIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ public function getInitTrigger()
}
}
return false;

}

/**
* @return bool|Trigger
*/
Expand Down

0 comments on commit 1a6cba8

Please sign in to comment.