diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index 0e11b2d..16f2138 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -111,7 +111,7 @@ class Helper */ public static function getPasteId() { - return self::$pasteid; + return version_compare(PHP_VERSION, '5.5') > 0 ? self::$pasteid : hash('fnv164', self::$pasteV2['ct']); } /**