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.
2 parents cf67a4f + a7d98b0 commit 32fd115Copy full SHA for 32fd115
components/asset.rst
@@ -203,14 +203,14 @@ every day::
203
204
class DateVersionStrategy implements VersionStrategyInterface
205
{
206
- private \DateTimeInterface $version;
+ private string $version;
207
208
public function __construct()
209
210
$this->version = date('Ymd');
211
}
212
213
- public function getVersion(string $path): \DateTimeInterface
+ public function getVersion(string $path): string
214
215
return $this->version;
216
0 commit comments