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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ OpenStack services, and versions of services, are supported.
17
17
*[Contributing guide](/CONTRIBUTING.md)
18
18
*[Code of Conduct](/CODE_OF_CONDUCT.md)
19
19
20
+
## Backward incompatibility
21
+
22
+
Due to new [object typehint](https://wiki.php.net/rfc/object-typehint) since PHP 7.2, class `OpenStack\ObjectStore\v1\Models\Object` had to be renamed to `OpenStack\ObjectStore\v1\Models\StorageObject`
23
+
20
24
## Getting help
21
25
22
26
- Meet us on Slack: https://phpopencloud.slack.com ([Get your invitation](https://slackpass.io/phpopencloud))
0 commit comments