We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1177b commit 2df4dc4Copy full SHA for 2df4dc4
1 file changed
src/Model/Insert/PrepareEntityArray.php
@@ -92,7 +92,6 @@ public function iterateVariables(
92
foreach ($property as $item) {
93
$preparedArray[$key][] = $this->iterateVariables($item->entityVariables());
94
}
95
- // TODO kolekce bez klíčů
96
97
} elseif ($property instanceof \Spameri\Elastic\Entity\ElasticEntityCollectionInterface) {
98
$preparedArray[$key] = [];
0 commit comments