Passed
Push — master ( 39381f...801979 )
by Lucas
02:15
created
src/Endpoint/TransactionEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @return Response
35 35
      *
36 36
      */
37
-    public function list(?array $filters = []): Response
37
+    public function list(?array $filters = []) : Response
38 38
     {
39 39
         return $this->_GET($filters ?? []);
40 40
     }
Please login to merge, or discard this patch.
src/Endpoint/EstablishmentTransactionEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @codeCoverageIgnore
26 26
      */
27
-    public function list(?array $filters = []): Response
27
+    public function list(?array $filters = []) : Response
28 28
     {
29 29
         return $this->_GET($filters, [], '/transactions');
30 30
     }
Please login to merge, or discard this patch.
src/Endpoint/EstablishmentEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @codeCoverageIgnore
52 52
      */
53
-    public function list(?array $filters = []): Response
53
+    public function list(?array $filters = []) : Response
54 54
     {
55 55
         return $this->_GET($filters ?? []);
56 56
     }
Please login to merge, or discard this patch.
src/Endpoint/SubscriptionEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @codeCoverageIgnore
52 52
      */
53
-    public function list(?array $filters = []): Response
53
+    public function list(?array $filters = []) : Response
54 54
     {
55 55
         return $this->_GET($filters ?? []);
56 56
     }
Please login to merge, or discard this patch.
src/Endpoint/SubscriptionPlanEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @codeCoverageIgnore
52 52
      */
53
-    public function list(?array $filters = []): Response
53
+    public function list(?array $filters = []) : Response
54 54
     {
55 55
         return $this->_GET($filters ?? []);
56 56
     }
Please login to merge, or discard this patch.
src/Endpoint/ChargeEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @codeCoverageIgnore
52 52
      */
53
-    public function list(?array $filters = []): Response
53
+    public function list(?array $filters = []) : Response
54 54
     {
55 55
         return $this->_GET($filters ?? []);
56 56
     }
Please login to merge, or discard this patch.
src/Endpoint/CustomerEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @codeCoverageIgnore
52 52
      */
53
-    public function list(?array $filters = []): Response
53
+    public function list(?array $filters = []) : Response
54 54
     {
55 55
         return $this->_GET($filters ?? []);
56 56
     }
Please login to merge, or discard this patch.
src/Endpoint/SellerEndpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @codeCoverageIgnore
52 52
      */
53
-    public function list(?array $filters = []): Response
53
+    public function list(?array $filters = []) : Response
54 54
     {
55 55
         return $this->_GET($filters ?? []);
56 56
     }
Please login to merge, or discard this patch.