1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Remove incorrectly-committed code

This commit is contained in:
Matthew Brown 2021-06-02 17:26:40 -04:00
parent 577ae090c4
commit 1a2e761918

View File

@ -546,10 +546,6 @@ class Reconciler
$base_key = array_shift($key_parts);
if ($base_key === 'C::A' && isset($existing_keys[$base_key]) && $existing_keys[$base_key]->isMixed()) {
throw new \Exception("Error Processing Request", 1);
}
if ($base_key[0] !== '$' && count($key_parts) > 2 && $key_parts[0] === '::$') {
$base_key .= array_shift($key_parts);
$base_key .= array_shift($key_parts);