| @@ -11,14 +11,14 @@ | ||
| 11 | 11 | //UpdateDefaultVariation::class |
| 12 | 12 | ]; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @var $postIds array | |
| 15 | + * @var array $postIds | |
| 16 | 16 | */ |
| 17 | 17 | public $postIds; |
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | - * @var $otherInfo array|null | |
| 20 | + * @var array|null $otherInfo | |
| 21 | 21 | */ |
| 22 | 22 | public ?array $otherInfo; |
| 23 | 23 | |
| 24 | 24 | public function __construct($postIds, $otherInfo = null) |