@@ -56,7 +56,7 @@ |
||
| 56 | 56 | * @param MailService $mailService |
| 57 | 57 | * @param MailHistoryRepository $mailHistoryRepository |
| 58 | 58 | * @param OrderRepository $orderRepository |
| 59 | - * @param twig $twig |
|
| 59 | + * @param Environment $twig |
|
| 60 | 60 | */ |
| 61 | 61 | public function __construct( |
| 62 | 62 | MailService $mailService, |
@@ -103,7 +103,7 @@ |
||
| 103 | 103 | /** |
| 104 | 104 | * Get a plugin |
| 105 | 105 | * |
| 106 | - * @param int|string $id Id or plugin code |
|
| 106 | + * @param string $id Id or plugin code |
|
| 107 | 107 | * @return array [$result, $info] |
| 108 | 108 | */ |
| 109 | 109 | public function getPlugin($id) |