Skip to content

Commit 32fd115

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: chore: doc asset
2 parents cf67a4f + a7d98b0 commit 32fd115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/asset.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,14 @@ every day::
203203

204204
class DateVersionStrategy implements VersionStrategyInterface
205205
{
206-
private \DateTimeInterface $version;
206+
private string $version;
207207

208208
public function __construct()
209209
{
210210
$this->version = date('Ymd');
211211
}
212212

213-
public function getVersion(string $path): \DateTimeInterface
213+
public function getVersion(string $path): string
214214
{
215215
return $this->version;
216216
}

0 commit comments

Comments
 (0)