Completed
Pull Request — master (#100)
by lee
02:07
created
src/OneSignal.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Resolver/NotificationResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -278,6 +278,9 @@
 block discarded – undo
278 278
         return true;
279 279
     }
280 280
 
281
+    /**
282
+     * @param string $format
283
+     */
281 284
     private function normalizeDateTime(Options $options, \DateTimeInterface $value, $format)
282 285
     {
283 286
         return $value->format($format);
Please login to merge, or discard this patch.