Skip to content

Commit

Permalink
Fixing broken code style violation
Browse files Browse the repository at this point in the history
Comment exceeded 120 chars
  • Loading branch information
DragonBe committed Sep 1, 2019
1 parent bce767c commit ce3d267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Vies/CheckVatResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ public function populate($row): void
self::VIES_DATETIME_FORMAT,
$row->requestDate
);
// Need to set time to zero - otherwise datetime would use current system time (which is not the response time)
// Need to set time to zero
// otherwise datetime would use current system time (which is not the response time)
$requestDate->setTime(0, 0, 0, 0);
}

Expand Down

0 comments on commit ce3d267

Please sign in to comment.