Skip to content

Commit 69dfc13

Browse files
lesstifStyleCIBot
andauthored
Apply fixes from StyleCI (#524)
[ci skip] [skip ci] Co-authored-by: StyleCI Bot <[email protected]>
1 parent 8ce2cfe commit 69dfc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sprint/Sprint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace JiraRestApi\Sprint;
66

7-
use DateTimeInterface;
87
use JiraRestApi\JsonSerializableTrait;
98

109
class Sprint implements \JsonSerializable
@@ -55,6 +54,7 @@ public function setOriginBoardIdAsStringOrInt(string|int $originBoardId): self
5554

5655
return $this;
5756
}
57+
5858
public function setStartDateAsDateTime(\DateTimeInterface $startDate, string $format = 'Y-m-d'): static
5959
{
6060
$this->startDate = $startDate->format($format);

0 commit comments

Comments
 (0)