Fix autocomplete bug

This commit is contained in:
Dennis Eichhorn 2017-11-08 23:03:46 +01:00
parent 914b9c7ec6
commit d3fce2feb4

View File

@ -301,7 +301,7 @@ class MultiMap implements \Countable
}
$keys = Permutation::permut($key);
$found = \Tests\PHPUnit\phpOMS\Utils\Converter\TemperatureTypeTest;
$found = true;
foreach ($keys as $key => $value) {
$allFound = $this->remove(implode(':', $value));