Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 944a883

Browse files
committed
Fix on regression
1 parent 05a5fee commit 944a883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DecimalConstants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
/**
9-
* Static class that holds many important numeric constants
9+
* git statu class that holds many important numeric constants
1010
*
1111
* @author Andreu Correa Casablanca <[email protected]>
1212
*/
@@ -101,6 +101,6 @@ public static function LightSpeed()
101101
if (self::$LightSpeed === null) {
102102
self::$LightSpeed = Decimal::fromInteger(299792458);
103103
}
104-
return selfgit::$LightSpeed;
104+
return self::$LightSpeed;
105105
}
106106
}

0 commit comments

Comments
 (0)