标签: php magento-2.3
我在Magento 2.3代码库的各个地方发现了?int。 ?在PHP7中代表什么?
?int
?
function getTotal(?int $a, ?int $b) { return $a + $b; }