Completed
Push — master ( 7595d7...36684b )
by Alexander
04:15
created
src/Aop/Support/AndPointFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * And constructor
37 37
      *
38
-     * @param PointFilter[] $filters List of filters to combine
38
+     * @param PointFilter $filters List of filters to combine
39 39
      */
40 40
     public function __construct(PointFilter ...$filters)
41 41
     {
Please login to merge, or discard this patch.
src/Aop/Support/OrPointFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Or constructor
37 37
      *
38
-     * @param PointFilter[] $filters List of filters to combine
38
+     * @param PointFilter $filters List of filters to combine
39 39
      */
40 40
     public function __construct(PointFilter ...$filters)
41 41
     {
Please login to merge, or discard this patch.