Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Nov 10, 2017
1 parent 63e89bb commit 24dfb60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct($from, $to = null)
{
$this->itemNumberDetails[] = new ItemNumberDetails(ItemNumberDetails::TYPE_FROM, $from);

if (!is_null($to)){
if (!is_null($to)) {
$this->itemNumberDetails[] = new ItemNumberDetails(ItemNumberDetails::TYPE_TO, $to);
}
}
Expand Down

0 comments on commit 24dfb60

Please sign in to comment.