Athari / YaLinqo

Yet Another LINQ to Objects for PHP [Simplified BSD]
https://athari.github.io/YaLinqo
BSD 2-Clause "Simplified" License
439 stars 39 forks source link

PHP 7.2 Deprecations: (unset) cast #24

Closed mattia480 closed 6 years ago

mattia480 commented 6 years ago

As described on official PHP documentation, in the new version 7.2 the (unset) cast is deprecated and in the class Enumerable there is an explicit cast at line 88. This thing generate an internal server error that crash all the application. This is the stack trace of error: PHP Deprecated: The (unset) cast is deprecated in www\vendor\athari\yalinqo\YaLinqo\Enumerable.php on line 88

Can you fix it? Thank you

mattia480 commented 6 years ago

Sorry, i notice now that my composer version is not correct. Sorry again for mistake