You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
For PHP 8.3 i get the following warning:
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in src/Api/DocModel.php on line 93
https://github.com/aws/aws-sdk-php/blob/326eb6c26e2be9d896c4aeb025e20980c06779af/src/Api/DocModel.php#L93C58-L93C58
Expected Behavior
No warnings or errors
Current Behavior
When this file is loaded php will emit deprecation warnings
Reproduction Steps
php -l src/Api/DocModel.php
Possible Solution
No response
Additional Information/Context
No response
SDK version used
3.288.1
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP 8.3.0
The text was updated successfully, but these errors were encountered: