@@ -143,7 +143,7 @@ |
||
| 143 | 143 | /** |
| 144 | 144 | * Logs a warning message. |
| 145 | 145 | * |
| 146 | - * @param $message |
|
| 146 | + * @param string $message |
|
| 147 | 147 | * @param string $category |
| 148 | 148 | */ |
| 149 | 149 | public static function warning($message, $category = 'hubspot') |
@@ -136,7 +136,6 @@ |
||
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | /** |
| 139 | - * @param int $id |
|
| 140 | 139 | * @param $data |
| 141 | 140 | * @param callable|TransformerInterface $transformer |
| 142 | 141 | * @param AuthenticationStrategyInterface|null $authenticationStrategy |