flightphp / core

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

Incompatible with PHP 8.1 #455

Closed fp07 closed 2 years ago

fp07 commented 2 years ago

Classes like flight/util/Collection.php are incompatible with PHP 8.1 as the return types are not compatible with the inheritances.

mikecao commented 2 years ago

Should be resolved by #439