krizalys / onedrive-php-sdk

OneDrive SDK for PHP
BSD 3-Clause "New" or "Revised" License
144 stars 66 forks source link

fixed the incorrect variable name $queryStringParameterDefinition in … #109

Closed faradey closed 1 year ago

faradey commented 1 year ago

…class \Krizalys\Onedrive\Definition\OperationDefinition

A typo in the name of the class variable has been corrected. Without this fix, your library does not work on PHP 8.2 and above

krizalys commented 1 year ago

Thanks for the fix!