flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.62k stars 409 forks source link

PHP 8.1: Type declare length as int #456

Closed jamalo closed 2 years ago

jamalo commented 2 years ago

The following error is thrown when length is set to '10' instead of 10: TypeError: Cannot assign string to property flight\net\Request::$length of type int