update v1.0.4
This commit is contained in:
@@ -121,7 +121,7 @@ final class Context
|
||||
private function containsArray(array &$array)
|
||||
{
|
||||
$keys = array_keys($this->arrays, $array, true);
|
||||
$hash = '_Key_' . hash('sha512', microtime(true));
|
||||
$hash = '_Key_' . microtime(true);
|
||||
|
||||
foreach ($keys as $key) {
|
||||
$this->arrays[$key][$hash] = $hash;
|
||||
|
Reference in New Issue
Block a user