File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function setReleased(bool $released): static
77
77
return $ this ;
78
78
}
79
79
80
- public function setReleaseDateAsDateTime (DateTimeInterface $ releaseDate , string $ format= 'Y-m-d ' ): static
80
+ public function setReleaseDateAsDateTime (DateTimeInterface $ releaseDate , string $ format = 'Y-m-d ' ): static
81
81
{
82
82
$ this ->releaseDate = $ releaseDate ->format ($ format );
83
83
@@ -98,7 +98,7 @@ public function setUserReleaseDate(string $userReleaseDate): static
98
98
return $ this ;
99
99
}
100
100
101
- public function setStartDateAsDateTime (\DateTimeInterface $ startDate , string $ format= 'Y-m-d ' ): static
101
+ public function setStartDateAsDateTime (\DateTimeInterface $ startDate , string $ format = 'Y-m-d ' ): static
102
102
{
103
103
$ this ->startDate = $ startDate ->format ($ format );
104
104
@@ -112,7 +112,7 @@ public function setStartDateAsString(?string $startDate): static
112
112
return $ this ;
113
113
}
114
114
115
- public function setUserStartDateAsDateTime (\DateTimeInterface $ userStartDate , string $ format= 'Y-m-d ' ): static
115
+ public function setUserStartDateAsDateTime (\DateTimeInterface $ userStartDate , string $ format = 'Y-m-d ' ): static
116
116
{
117
117
$ this ->userStartDate = $ userStartDate ->format ($ format );
118
118
You can’t perform that action at this time.
0 commit comments