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 81cf119 commit 77ea206Copy full SHA for 77ea206
src/PaymayaClient.php
@@ -58,7 +58,7 @@ public function __construct(
58
59
$this->handler_stack = $handlerStack;
60
61
- if ( ! is_null($this->handler_stack)) {
+ if (! is_null($this->handler_stack)) {
62
$this->handler_stack->push(Middleware::history($historyContainer));
63
}
64
tests/WebhookTest.php
@@ -9,7 +9,6 @@
9
10
class WebhookTest extends TestCase
11
{
12
-
13
private static function sampleData(array $override = []): array
14
15
return $override + [
0 commit comments