Completed
Push — master ( 3eb304...b08d08 )
by Gallice
02:35 queued 13s
created
src/ActionMapping.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,14 +24,13 @@
 block discarded – undo
24 24
      * @param string $sessionId
25 25
      * @param Context $context
26 26
      * @param Message $context
27
-     * @param array $entities
28 27
      */
29 28
     abstract public function say($sessionId, Context $context, Message $step);
30 29
 
31 30
     /**
32 31
      * @param string $sessionId
33 32
      * @param Context $context
34
-     * @param \Exception|string $error
33
+     * @param \Exception $error
35 34
      * @param array $stepData
36 35
      */
37 36
     abstract public function error($sessionId, Context $context, $error = 'Unknown Error', array $stepData = []);
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Tgallice\Wit;
4 4
 
5 5
 use Tgallice\Wit\Model\Context;
6
-use Tgallice\Wit\Model\Step;
7 6
 use Tgallice\Wit\Model\Step\Action;
8 7
 use Tgallice\Wit\Model\Step\Merge;
9 8
 use Tgallice\Wit\Model\Step\Message;
Please login to merge, or discard this patch.