@@ -862,11 +862,11 @@ public function dataPropertyInPhpVersion(): array
862
862
[DateInterval::class, 'f ' , 70099 , false ],
863
863
[DateInterval::class, 'f ' , 70100 , true ],
864
864
[PDOException::class, 'errorInfo ' , 80099 , true ],
865
- [PDOException::class, 'errorInfo ' , 80100 , true , 'array|null ' ],
865
+ [PDOException::class, 'errorInfo ' , 80100 , true , '? array ' ],
866
866
[DOMNode::class, 'nodeType ' , 80099 , true ],
867
867
[DOMNode::class, 'nodeType ' , 80100 , true , 'int ' ],
868
868
[DOMNode::class, 'parentNode ' , 80099 , true ],
869
- [DOMNode::class, 'parentNode ' , 80100 , true , 'DOMNode|null ' ],
869
+ [DOMNode::class, 'parentNode ' , 80100 , true , '? DOMNode ' ],
870
870
];
871
871
}
872
872
@@ -910,7 +910,7 @@ public function dataFunctionInPhpVersion(): array
910
910
['read_exif_data ' , 80000 , false ],
911
911
['spl_autoload_functions ' , 79999 , true , 'array|false ' ],
912
912
['spl_autoload_functions ' , 80000 , true , 'array ' ],
913
- ['dom_import_simplexml ' , 70000 , true , 'DOMElement|null ' ],
913
+ ['dom_import_simplexml ' , 70000 , true , '? DOMElement ' ],
914
914
['dom_import_simplexml ' , 80000 , true , 'DOMElement ' ],
915
915
// Not core functions
916
916
['newrelic_add_custom_parameter ' , 40000 , true , 'bool ' ],
@@ -944,7 +944,7 @@ public function dataFunctionParameterInPhpVersion(): array
944
944
['bcscale ' , 'scale ' , 70200 , true , 'int ' , false ],
945
945
['bcscale ' , 'scale ' , 70299 , true , 'int ' , false ],
946
946
['bcscale ' , 'scale ' , 70300 , true , '?int ' , true ],
947
- ['bcscale ' , 'scale ' , 80000 , true , 'int|null ' , true ],
947
+ ['bcscale ' , 'scale ' , 80000 , true , '? int ' , true ],
948
948
['easter_date ' , 'mode ' , 79999 , false ],
949
949
['easter_date ' , 'mode ' , 80000 , true , 'int ' , false ],
950
950
['curl_version ' , 'age ' , 50200 , false ],
0 commit comments