A public method changes its parameter from $includeTax to $withTax without changing posit…

from PHP 8.0 features
PHP 8.3.33 intermediate 1 min

A public method changes its parameter from $includeTax to $withTax without changing position or type. Which existing call can break?

Report an error