Skip to content

Commit c6b4832

Browse files
author
Bohdan Korablov
committed
MAGETWO-61786: Implementation
1 parent 904c3fe commit c6b4832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Config/Model/Config/Structure/ElementVisibilityComposite.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public function __construct(array $visibility = [])
3434
__(
3535
'%1: Instance of %2 is expected, got %3 instead',
3636
$name,
37-
ElementVisibilityInterface::class, get_class($item)
37+
ElementVisibilityInterface::class,
38+
get_class($item)
3839
)
3940
);
4041
}

0 commit comments

Comments
 (0)