Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bearne committed Nov 4, 2024
1 parent 717110e commit 8e848d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ protected function normalize_attribute($name, $value) {
return null;
}

$expiry_time = ( new \DateTimeImmutable( $value ) )->getTimestamp();
$expiry_time = (new \DateTimeImmutable($value))->getTimestamp();
if ($expiry_time === false) {
return null;
}
Expand Down

0 comments on commit 8e848d7

Please sign in to comment.