Passed
Push — master ( 39381f...801979 )
by Lucas
02:15
created
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.