We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9dd746 commit 3348e14Copy full SHA for 3348e14
library/Icingadb/Redis/VolatileStateResults.php
@@ -123,7 +123,7 @@ protected function applyRedisUpdates($rows)
123
if ($this->columns !== null) {
124
$normalizedColumns = array_map(function ($column) use ($type) {
125
return preg_replace("/^($type\.state\.|state\.)/", '', $column);
126
- }, iterator_to_array($this->columns));
+ }, $this->columns);
127
128
$stateColumns = array_intersect($normalizedColumns, $columns);
129
return [$stateColumns, $this->resolver->getBehaviors($state)];
0 commit comments