Skip to content

Commit

Permalink
fixing stan
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed May 6, 2022
1 parent f1ca5bf commit c16f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/BemMenuWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function ($className) use ($prefix) {
true
) ? $prefix . $suffix['ancestor_of_active_item'] : '',
'depth_class' => $depth >= 1 ? $prefix . $suffix['sub_menu_item'] . ' ' . $prefix . $suffix['sub_menu'] . '--' . $depth . '__item' : '',
'item_id_class' => $prefix . '__item--' . $item->object_id, // @phpstan-ignore-line
'item_id_class' => $prefix . '__item--' . $item->object_id,
'user_class' => !empty($userClasses) ? \implode(' ', $userClasses) : '',
];
}
Expand Down

0 comments on commit c16f58d

Please sign in to comment.