Completed
Pull Request — master (#21)
by Klochok
14:22
created
src/models/Answer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return array
80
+     * @return string[]
81 81
      */
82 82
     public function attributes()
83 83
     {
Please login to merge, or discard this patch.
src/models/Thread.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return array
80
+     * @return string[]
81 81
      */
82 82
     public function attributes()
83 83
     {
Please login to merge, or discard this patch.
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.