We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7a8a6 commit e754043Copy full SHA for e754043
src/shared/Version.php
@@ -29,7 +29,7 @@ public function getVersion(): string {
29
}
30
31
public function getInfoString() {
32
- return 'phpDox ' . $this->getVersion() . ' - Copyright (C) 2010 - ' . \date('Y', \getenv('SOURCE_DATE_EPOCH') ?: \time()) . ' by Arne Blankerts and Contributors';
+ return 'phpDox ' . $this->getVersion() . ' - Copyright (C) 2010 - ' . \date('Y', (int)\getenv('SOURCE_DATE_EPOCH') ?: \time()) . ' by Arne Blankerts and Contributors';
33
34
35
public function getGeneratedByString() {
0 commit comments