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 45355fa commit 44e6372Copy full SHA for 44e6372
src/Symfony/Extractor/CombinedExtractor.php
@@ -41,7 +41,7 @@ public function __construct()
41
*/
42
public function getTypes(string $class, string $property, array $context = []): ?array
43
{
44
- $cacheKey = \sha1($class . $property);
+ $cacheKey = $class . $property;
45
46
if (\array_key_exists($cacheKey, $this->localStorage) === false)
47
0 commit comments