@@ -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 |
@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | /** |
131 | 131 | * Logs an informative message. |
132 | 132 | * |
133 | - * @param $message |
|
133 | + * @param string $message |
|
134 | 134 | * @param string $category |
135 | 135 | */ |
136 | 136 | public static function info($message, $category = 'hubspot') |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | /** |
142 | 142 | * Logs a warning message. |
143 | 143 | * |
144 | - * @param $message |
|
144 | + * @param string $message |
|
145 | 145 | * @param string $category |
146 | 146 | */ |
147 | 147 | public static function warning($message, $category = 'hubspot') |