@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return array |
|
80 | + * @return string[] |
|
81 | 81 | */ |
82 | 82 | public function attributes() |
83 | 83 | { |
@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return array |
|
80 | + * @return string[] |
|
81 | 81 | */ |
82 | 82 | public function attributes() |
83 | 83 | { |
@@ -14,6 +14,11 @@ |
||
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; |