Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
klatys committed Dec 4, 2017
1 parent bd4b79c commit 9a8e4e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Skrz/Meta/DateTimeFormattingSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public function __construct($format, $dateTimeClass = \DateTime::class, $emptyVa
$this->format = $format;
$this->dateTimeClass = $dateTimeClass;
if (!substr($dateTimeClass, 0, 1) != "\\") {
$this->dateTimeClass = "\\" . $this->dateTimeClass;
}
$this->emptyValue = $emptyValue;
$this->dateTimeClass = "\\" . $this->dateTimeClass;
}
$this->emptyValue = $emptyValue;
}

public function addGroup($group)
Expand Down

0 comments on commit 9a8e4e1

Please sign in to comment.