Completed
Push — master ( 9d61d3...d0e51f )
by Dmitry
10s
created
tests/_support/Page/ticket/Create.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -14,6 +14,11 @@
 block discarded – undo
14 14
  */
15 15
 class Create extends Authenticated
16 16
 {
17
+    /**
18
+     * @param string $subject
19
+     * @param string $message
20
+     * @param string $topic
21
+     */
17 22
     public function createTicket($subject, $message, $topic)
18 23
     {
19 24
         $I = $this->tester;
Please login to merge, or discard this patch.