Skip to content

Commit c175e9c

Browse files
committed
refactor: remove unnecessary phpstan ignore comment and update phpstan configuration path
1 parent 95f068e commit c175e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Abstracts/BaseGateWay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getResponse(): array
8585
*/
8686
public function getData(): array
8787
{
88-
return $this->getResponse();
88+
return $this->getResponse()['data'];
8989
}
9090

9191
/* Instantiate the http client wrapper class to make it available to the gateway classes

0 commit comments

Comments
 (0)