Skip to content

Commit

Permalink
fix php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Sep 9, 2019
1 parent 4908d37 commit 1037397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Claims/DatetimeClaimTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function it_should_handle_datetime_immutable_claims()
/** @test */
public function it_should_handle_datetinterval_claims()
{
$testDateInterval = DateInterval::createFromDateString('PT1H');
$testDateInterval = new DateInterval('PT1H');

$this->assertInstanceOf(DateInterval::class, $testDateInterval);

Expand Down

0 comments on commit 1037397

Please sign in to comment.