Skip to content
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

php version for requirement needs be >= 7.1.0 #111

Open
php-newer opened this issue May 31, 2024 · 0 comments
Open

php version for requirement needs be >= 7.1.0 #111

php-newer opened this issue May 31, 2024 · 0 comments

Comments

@php-newer
Copy link

php-newer commented May 31, 2024

Nullable types
Type declarations for parameters and return values can now be marked as nullable by prefixing the type name with a question mark. This signifies that as well as the specified type, null can be passed as an argument, or returned as a value, respectively.

In tag 4.8.9, this feature is imported. So "php": ">=7.1.0"

For example,line 689 in SimpleHtmlDom.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant