Skip to content

Commit

Permalink
DateTimeValue PHPDocs updated. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
othercodes authored Dec 9, 2020
1 parent 817fdbf commit 377ffef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Domain/ValueObjects/DateTimeValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace OtherCode\ComplexHeart\Domain\ValueObjects;

use DateTimeZone;
use Carbon\CarbonImmutable;
use Exception;
use OtherCode\ComplexHeart\Domain\Contracts\ValueObject;
Expand All @@ -22,8 +23,8 @@ class DateTimeValue extends CarbonImmutable implements ValueObject
/**
* DateTimeValue constructor.
*
* @param null $time
* @param null $tz
* @param string|null $time
* @param DateTimeZone|string|null $tz
*
* @throws Exception
*/
Expand Down

0 comments on commit 377ffef

Please sign in to comment.