Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Nov 5, 2020
1 parent ae10071 commit 429487b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/AdTypes/CarXml.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ public function setRegistrationNumber($number)
public function setPhoneSalesReservation($reservation = true)
{
}

}
2 changes: 1 addition & 1 deletion src/Traits/EngineTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public function setEngineFuel($fuel)

public function setEngineVolume($volume)
{
$this->engineVolumeBody->nodeValue = $volume;
$this->engineVolumeBody->nodeValue = $volume;
}
}

0 comments on commit 429487b

Please sign in to comment.