Skip to content

Commit dfec7c6

Browse files
author
Marvin Courcier
committed
replace tab by spaces
1 parent 915abd6 commit dfec7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DateTimeImmutable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function add($interval): self
232232
* @param \DateTime $dateTime
233233
* @return DateTimeImmutable
234234
*/
235-
#[\ReturnTypeWillChange]
235+
#[\ReturnTypeWillChange]
236236
public static function createFromMutable($dateTime): self
237237
{
238238
$date = \DateTimeImmutable::createFromMutable($dateTime);

0 commit comments

Comments
 (0)