Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hising committed Apr 10, 2017
1 parent 222960f commit 264a40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function setISODate($year, $week , $day = 1)
public function setTime($hour, $minute, $second = 0, $microseconds = 0)
{
$this->flag_dirty();
return parent::setTime($hour, $minute, $second);
return parent::setTime($hour, $minute, $second);
}

public function setTimestamp($unixtimestamp)
Expand Down

0 comments on commit 264a40a

Please sign in to comment.