Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
hughgrigg authored and StyleCIBot committed Nov 17, 2018
1 parent 80ae979 commit 694b4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interval.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public static function intervalToSeconds(
if ($microseconds) {
$dateInterval->f = $microseconds;
}

return (new Carbon())->add($dateInterval)->diffInRealSeconds(
new Carbon()
);
Expand Down

0 comments on commit 694b4ee

Please sign in to comment.