PMC-1408
This commit is contained in:
2
thirdparty/phing/util/StringHelper.php
vendored
2
thirdparty/phing/util/StringHelper.php
vendored
@@ -106,7 +106,7 @@ class StringHelper {
|
|||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public static function hashCode($string) {
|
public static function hashCode($string) {
|
||||||
return $this->encryptCrc32($string);
|
return self::encryptCrc32($string);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user