1.2.1240. Typehints¶
List of all the types (classes or scalar) used in Typehinting.
<?php
// here, array, myObject and string are all typehints.
function foo(array $array, myObject $x, string $string) {
}
?>
See also Type declarations.
1.2.1240.1. Connex PHP features¶
1.2.1240.1.1. Specs¶
Short name |
Functions/Typehints |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |