Skip to content
Snippets Groups Projects
Commit f5544cd6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2065125 by sergeypavlenko: Remove Unused local variable () from...

Issue #2065125 by sergeypavlenko: Remove Unused local variable () from /core/modules/views/lib/Drupal/views/DisplayBag.php.
parent a18a231e
No related branches found
No related tags found
Loading
......@@ -63,7 +63,7 @@ public function &get($instance_id) {
* Overrides \Drupal\Component\Plugin\PluginBag::clear().
*/
public function clear() {
foreach (array_filter($this->pluginInstances) as $display_id => $display) {
foreach (array_filter($this->pluginInstances) as $display) {
$display->destroy();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment