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 a3dd8bd + f954580 commit 763a0b6Copy full SHA for 763a0b6
src/shared/Version.php
@@ -68,7 +68,7 @@ public function getVersion() {
68
}
69
70
public function getInfoString() {
71
- return 'phpDox ' . $this->getVersion() . " - Copyright (C) 2010 - " . date('Y') . " by Arne Blankerts and Contributors";
+ return 'phpDox ' . $this->getVersion() . " - Copyright (C) 2010 - " . date('Y', getenv('SOURCE_DATE_EPOCH') ?: time()) . " by Arne Blankerts and Contributors";
72
73
74
public function getGeneratedByString() {
0 commit comments