Skip to content

Commit 2cec796

Browse files
committed
Fix typo on constructor in VersionInfo class
1 parent 378adea commit 2cec796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class VersionInfo {
1111
/**
1212
* Block instantiation of this object.
1313
*/
14-
private function __contruct() {}
14+
private function __construct() {}
1515

1616
public static function get() {
1717
$versions = new StdClass();

0 commit comments

Comments
 (0)