@@ -91,7 +91,7 @@ |
||
91 | 91 | * @param string $method HTTP Method |
92 | 92 | * @param string $uri URI template |
93 | 93 | * @param array $headers |
94 | - * @param string|StreamInterface|null $body |
|
94 | + * @param string $body |
|
95 | 95 | * |
96 | 96 | * @throws OneSignalException |
97 | 97 | * |
@@ -283,6 +283,9 @@ |
||
283 | 283 | return true; |
284 | 284 | } |
285 | 285 | |
286 | + /** |
|
287 | + * @param string $format |
|
288 | + */ |
|
286 | 289 | private function normalizeDateTime(Options $options, \DateTime $value, $format) |
287 | 290 | { |
288 | 291 | return $value->format($format); |