Skip to content

Commit 6229585

Browse files
bobfloatsroot
authored andcommitted
Fix to support php 5.6
1 parent db12bd7 commit 6229585

File tree

1 file changed

+1
-1
lines changed
  • src/VersionControl/GitCommandBundle/Entity

1 file changed

+1
-1
lines changed

src/VersionControl/GitCommandBundle/Entity/GitTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getName()
9494
return $this->name;
9595
}
9696

97-
public function getTaggerDate(): \DateTime
97+
public function getTaggerDate()
9898
{
9999
return $this->taggerDate;
100100
}

0 commit comments

Comments
 (0)