Qloapps / QloApps

QloApps is a Free and Open-source hotel management and reservation system to take a hotel business online. QloApps offers a Property Management System (PMS), a Booking Engine, and an attractive Hotel Website. Elevate hotel operations with QloApps to streamline processes and provide an enhanced experience for both hoteliers and guests.
https://qloapps.com
Open Software License 3.0
4.55k stars 504 forks source link

Initialize $request to an empty array if it's null #1024

Closed wdammak closed 1 month ago

wdammak commented 6 months ago

PHP Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated

sumitwebkul commented 2 months ago

@wdammak

There is no need to add code to set the value of $request = [], because $request == null will also be handled in the else condition without any issue.