We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce2cfe commit 69dfc13Copy full SHA for 69dfc13
src/Sprint/Sprint.php
@@ -4,7 +4,6 @@
4
5
namespace JiraRestApi\Sprint;
6
7
-use DateTimeInterface;
8
use JiraRestApi\JsonSerializableTrait;
9
10
class Sprint implements \JsonSerializable
@@ -55,6 +54,7 @@ public function setOriginBoardIdAsStringOrInt(string|int $originBoardId): self
55
54
56
return $this;
57
}
+
58
public function setStartDateAsDateTime(\DateTimeInterface $startDate, string $format = 'Y-m-d'): static
59
{
60
$this->startDate = $startDate->format($format);
0 commit comments