You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: