Skip to content

Commit 298a18b

Browse files
Merge pull request #128 from plesk/dependabot/composer/vimeo/psalm-5.14.0
TECH Bump vimeo/psalm from 5.13.1 to 5.14.0
2 parents 8989791 + 2de56a4 commit 298a18b

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

composer.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Api/AbstractStruct.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function initScalarProperties($apiResponse, array $properties): void
3131
$classPropertyName = current($property);
3232
$value = $apiResponse->{key($property)};
3333
} else {
34+
/** @psalm-suppress PossiblyInvalidArgument */
3435
$classPropertyName = $this->underToCamel(str_replace('-', '_', $property));
3536
$value = $apiResponse->$property;
3637
}

0 commit comments

Comments
 (0)