Completed
Push — master ( 09d90f...60353e )
by Tomas
03:57 queued 02:51
created
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.
src/Resolver/NotificationResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@
 block discarded – undo
246 246
     }
247 247
 
248 248
     /**
249
-     * @param mixed $value
249
+     * @param string $value
250 250
      */
251 251
     private function filterUrl($value): bool
252 252
     {
Please login to merge, or discard this patch.