@@ -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 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace hipanel\modules\ticket\tests\acceptance\Seller; |
4 | 4 | |
5 | -use hipanel\helpers\Url; |
|
6 | 5 | use Codeception\Example; |
7 | 6 | use hipanel\tests\_support\Step\Acceptance\Admin; |
8 | 7 | use hipanel\modules\ticket\tests\_support\Page\ticket\Create; |