Skip to content

Conversation

@jderusse
Copy link
Member

No description provided.

$this->bs = $input['BS'] ?? null;
$this->m = isset($input['M']) ? array_map([AttributeValue1::class, 'create'], $input['M']) : null;
$this->l = isset($input['L']) ? array_map([AttributeValue1::class, 'create'], $input['L']) : null;
$this->m = isset($input['M']) ? array_map([AttributeValue::class, 'create'], $input['M']) : null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised PHP-CS-Fixer doesn't convert this to self::. Does it convert it back, if we used self:: here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it converts back.

@jderusse jderusse merged commit 0201fac into async-aws:master Jan 13, 2025
17 checks passed
@jderusse jderusse deleted the use-self branch January 13, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants