Completed
Branch master (df7e4a)
by BENOIT
04:04
created
src/Component/BreakDown/BreakDownComponent.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@  discard block
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * BreakDownComponent constructor.
20
-     * @param Group[] $appliedGroups
21 20
      * @param Group[] $groups
22 21
      */
23 22
     public function __construct(array $groups = [])
@@ -96,7 +95,7 @@  discard block
 block discarded – undo
96 95
     }
97 96
 
98 97
     /**
99
-     * @return Group[]
98
+     * @return \ArrayIterator
100 99
      */
101 100
     public function getIterator(): iterable
102 101
     {
Please login to merge, or discard this patch.
src/Component/Filter/FilterComponentFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @param              $key
187
+     * @param              string $key
188 188
      * @param              $value
189 189
      * @param              $operator
190 190
      * @param UriInterface $baseUri
Please login to merge, or discard this patch.
src/Component/Pager/PagerComponent.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      * @param int|null                      $perPage
59 59
      * @param int                           $currentPageNumber
60 60
      * @param int|null                      $delta
61
-     * @param array                         $pageSizes
61
+     * @param PageSize[]                         $pageSizes
62 62
      * @param PagerUriManagerInterface|null $uriManager
63 63
      */
64 64
     public function __construct(
@@ -294,7 +294,6 @@  discard block
 block discarded – undo
294 294
     }
295 295
 
296 296
     /**
297
-     * @param int|null $page
298 297
      * @return int
299 298
      */
300 299
     public function getFirstPage(): int
Please login to merge, or discard this patch.
src/Component/Pager/PagerUriManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
     /**
53 53
      * @param UriInterface $uri
54 54
      * @param int          $pageNumber
55
-     * @param bool|null    $paginationEnabled
56 55
      * @return UriInterface
57 56
      * @throws \InvalidArgumentException
58 57
      */
Please login to merge, or discard this patch.
src/Component/Pager/PagerUriManagerInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
      *
29 29
      * @param UriInterface $uri
30 30
      * @param int          $pageNumber
31
-     * @param bool|null    $paginationEnabled
32 31
      * @return UriInterface
33 32
      * @throws \InvalidArgumentException
34 33
      */
Please login to merge, or discard this patch.
src/OpenCubes.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -72,10 +72,6 @@
 block discarded – undo
72 72
      * Instanciate with default configuration.
73 73
      *
74 74
      * @param array                             $options
75
-     * @param PagerUriManagerInterface|null     $pagerUriManager
76
-     * @param SortUriManagerInterface|null      $sortUriManager
77
-     * @param FilterUriManagerInterface|null    $filterUriManager
78
-     * @param BreakDownUriManagerInterface|null $breakDownUriManager
79 75
      * @return OpenCubes
80 76
      */
81 77
     public static function create(
Please login to merge, or discard this patch.