Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
renedekat authored and StyleCIBot committed Jul 6, 2017
1 parent 64d87e9 commit 2f758b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Builders/Items/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public function setUnitPrice($name)
*
* @return \ReneDeKat\Quickbooks\Builders\Items\Invoice
*/
public function setClassRef($id) {
public function setClassRef($id)
{
$this->data[$this->data['DetailType']]['ClassRef']['value'] = $id;

return $this;
Expand Down
4 changes: 2 additions & 2 deletions src/Services/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public function update($data)
/**
* Delete an entity.
*
* @param string $id Item information.
* @param int $syncToken
* @param string $id Item information.
* @param int $syncToken
*/
public function delete($id, $syncToken = 0)
{
Expand Down

0 comments on commit 2f758b8

Please sign in to comment.