Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

Fixed Depricated Curly Braces Syntax for accessing characters in string. #111

Closed sameer-shelavale closed 2 years ago

sameer-shelavale commented 2 years ago

It was throwing following Deprication Warning on PHP 7.4: "Deprecated: Array and string offset access syntax with curly braces is deprecated"

sameer-shelavale commented 2 years ago

Will create a fresh PR, missed one occurrence of the issue