We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cb6b6 commit ed9b086Copy full SHA for ed9b086
lib/internal/Magento/Framework/Code/Reader/NamespaceResolver.php
@@ -76,7 +76,7 @@ public function getImportedNamespaces(array $fileContent) : array
76
{
77
$fileContent = implode('', $fileContent);
78
79
- $cacheKey = md5($fileContent);
+ $cacheKey = sha1($fileContent);
80
81
if (isset($this->namespaces[$cacheKey])) {
82
return $this->namespaces[$cacheKey];
0 commit comments