mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 06:14:37 -04:00
Minor fixes
This commit is contained in:
parent
17602f5fcd
commit
b4c9caa4c7
@ -130,10 +130,10 @@ class StorecoveRouter
|
||||
* resolveTaxScheme
|
||||
*
|
||||
* @param string $country
|
||||
* @param string $classification
|
||||
* @param ?string $classification
|
||||
* @return string
|
||||
*/
|
||||
public function resolveTaxScheme(string $country, string $classification): string
|
||||
public function resolveTaxScheme(string $country, ?string $classification): string
|
||||
{
|
||||
|
||||
$rules = isset($this->routing_rules[$country]) ? $this->routing_rules[$country] : [false, false, false, false];
|
||||
|
Loading…
x
Reference in New Issue
Block a user