Completed
Push — master ( 3eb304...b08d08 )
by Gallice
02:35 queued 13s
created
src/ActionMapping.php 1 patch
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.