forked from samacs/simple_html_dom
-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels