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:
parent
577ae090c4
commit
1a2e761918
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user