From ce3d2674e5f166fc5967c7d0cbf3b74c219d015d Mon Sep 17 00:00:00 2001 From: Michelangelo van Dam Date: Sun, 1 Sep 2019 22:22:20 +0200 Subject: [PATCH] Fixing broken code style violation Comment exceeded 120 chars --- src/Vies/CheckVatResponse.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Vies/CheckVatResponse.php b/src/Vies/CheckVatResponse.php index 7a09b40..82e8fd9 100644 --- a/src/Vies/CheckVatResponse.php +++ b/src/Vies/CheckVatResponse.php @@ -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); }