Skip to content

Commit 5d54bb6

Browse files
[reformat][adyen-sdk-automation] automated change
1 parent 34ccb68 commit 5d54bb6

File tree

1,238 files changed

+12534
-1670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,238 files changed

+12534
-1670
lines changed

src/Adyen/Model/AcsWebhooks/Amount.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function getModelName()
235235
* @param mixed[] $data Associated array of property values
236236
* initializing the model
237237
*/
238-
public function __construct(array $data = null)
238+
public function __construct(?array $data = null)
239239
{
240240
$this->setIfExists('currency', $data ?? [], null);
241241
$this->setIfExists('value', $data ?? [], null);

0 commit comments

Comments
 (0)