-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type hint mixed. #29
Comments
Same problem here, running it on PHP 7.4 raises this problem. |
Ok ok!, i have removed that in 3.1.4, but the second Debian 12 is released as stable, i'm flooding this project with PHP 8.1 stuff lol |
Wow. Thank you for such a prompt fix 🙏 |
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am using your package (version 3.1.3) which should be able to run on php 7.4 according to your docs and composer.json
php: >=7.4.0
.However in the file
Tool.php
you are usingmixed
type hint, which was introduced in PHP 8.0 (https://php.watch/versions/8.0/mixed-type)zasilkovna/src/Tool.php
Line 14 in 8846427
Is this a bug or feature? 🙃
The text was updated successfully, but these errors were encountered: