Skip to content

Commit a956c93

Browse files
committed
Unify variable naming
1 parent 2fd2f46 commit a956c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BillingoApiV3Wrapper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,13 @@ public function cancelInvoice(int $id): self
195195
*
196196
* @return self
197197
*/
198-
public function checkTaxNumber(string $tax_number): self
198+
public function checkTaxNumber(string $taxNumber): self
199199
{
200200
$methodName = 'checkTaxNumber';
201201

202202
$this->methodExists($methodName);
203203

204-
$this->response = $this->api->$methodName($tax_number);
204+
$this->response = $this->api->$methodName($taxNumber);
205205

206206
return $this;
207207
}

0 commit comments

Comments
 (0)