Skip to content

Commit

Permalink
replace tab by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Courcier committed Dec 28, 2022
1 parent 915abd6 commit dfec7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DateTimeImmutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function add($interval): self
* @param \DateTime $dateTime
* @return DateTimeImmutable
*/
#[\ReturnTypeWillChange]
#[\ReturnTypeWillChange]
public static function createFromMutable($dateTime): self
{
$date = \DateTimeImmutable::createFromMutable($dateTime);
Expand Down

0 comments on commit dfec7c6

Please sign in to comment.