Completed
Pull Request — master (#51)
by Vladimir
11:06 queued 08:36
created
src/Conversation/ConversationManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * Start conversation.
59 59
      *
60
-     * @param Conversable|mixed $conversable
60
+     * @param Conversable $conversable
61 61
      */
62 62
     public function converse(Conversable $conversable): void
63 63
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Restart intent or interaction.
93 93
      *
94
-     * @param Conversable|mixed $conversable
94
+     * @param Conversable $conversable
95 95
      */
96 96
     public function restart(Conversable $conversable): void
97 97
     {
Please login to merge, or discard this patch.