We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c052b0 commit 95f068eCopy full SHA for 95f068e
phpstan.neon.dist
@@ -0,0 +1,12 @@
1
+includes:
2
+ - phpstan-baseline.neon
3
+
4
+parameters:
5
+ level: 4
6
+ paths:
7
+ - src
8
+ - config
9
+ - database
10
+ tmpDir: build/phpstan
11
+ checkOctaneCompatibility: true
12
+ checkModelProperties: true
src/Abstracts/BaseGateWay.php
@@ -85,7 +85,7 @@ public function getResponse(): array
85
*/
86
public function getData(): array
87
{
88
- return $this->getResponse()['data'];
+ return $this->getResponse();
89
}
90
91
/* Instantiate the http client wrapper class to make it available to the gateway classes
0 commit comments