Completed
Push — master ( b0aa12...e86867 )
by Tomas
04:14
created
src/Resolver/NotificationResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -307,6 +307,9 @@
 block discarded – undo
307 307
         return true;
308 308
     }
309 309
 
310
+    /**
311
+     * @param string $format
312
+     */
310 313
     private function normalizeDateTime(Options $options, \DateTimeInterface $value, $format): string
311 314
     {
312 315
         return $value->format($format);
Please login to merge, or discard this patch.
src/Notifications.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
39 39
      *
40 40
      * @param int $limit  How many notifications to return (max 50)
41 41
      * @param int $offset Results offset (results are sorted by ID)
42
-     * @param int $kind   Kind of notifications returned. Default (not set) is all notification types
43 42
      */
44 43
     public function getAll(int $limit = null, int $offset = null/*, int $kind = null */): array
45 44
     {
Please login to merge, or discard this patch.