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
7777 return $ this ;
7878 }
7979
80- public function setReleaseDateAsDateTime (DateTimeInterface $ releaseDate , string $ format= 'Y-m-d ' ): static
80+ public function setReleaseDateAsDateTime (DateTimeInterface $ releaseDate , string $ format = 'Y-m-d ' ): static
8181 {
8282 $ this ->releaseDate = $ releaseDate ->format ($ format );
8383
@@ -98,7 +98,7 @@ public function setUserReleaseDate(string $userReleaseDate): static
9898 return $ this ;
9999 }
100100
101- public function setStartDateAsDateTime (\DateTimeInterface $ startDate , string $ format= 'Y-m-d ' ): static
101+ public function setStartDateAsDateTime (\DateTimeInterface $ startDate , string $ format = 'Y-m-d ' ): static
102102 {
103103 $ this ->startDate = $ startDate ->format ($ format );
104104
@@ -112,7 +112,7 @@ public function setStartDateAsString(?string $startDate): static
112112 return $ this ;
113113 }
114114
115- public function setUserStartDateAsDateTime (\DateTimeInterface $ userStartDate , string $ format= 'Y-m-d ' ): static
115+ public function setUserStartDateAsDateTime (\DateTimeInterface $ userStartDate , string $ format = 'Y-m-d ' ): static
116116 {
117117 $ this ->userStartDate = $ userStartDate ->format ($ format );
118118
You can’t perform that action at this time.
0 commit comments