Skip to content

Commit e277041

Browse files
committed
feat: change to the Build_info function
1 parent feb90bf commit e277041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VersionInfo.php

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public static function VERSION() : VersionString{
105105
return self::$fullVersion;
106106
}
107107

108+
//I don't know if it would really work
108109
public static function BUILD_DATE() : int {
109110
static $buildDate = null;
110111
if ($buildDate === null) {

0 commit comments

Comments
 (0)