Completed
Push — master ( 22977c...90431d )
by Nicolas
02:16
created
src/SA/CpeSdk/Sqs/CpeSqsWriter.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -98,6 +98,10 @@  discard block
 block discarded – undo
98 98
         );
99 99
     }
100 100
 
101
+    /**
102
+     * @param string $reason
103
+     * @param string $details
104
+     */
101 105
     public function activity_failed($task, $reason, $details)
102 106
     {
103 107
         $this->send_activity_msg(
@@ -169,6 +173,11 @@  discard block
 block discarded – undo
169 173
     }
170 174
 
171 175
     // Send a message to SQS output queue
176
+
177
+    /**
178
+     * @param string $eventType
179
+     * @param boolean $sendInput
180
+     */
172 181
     private function send_activity_msg(
173 182
         $activityTask, 
174 183
         $eventType, 
Please login to merge, or discard this patch.