Skip to content

Commit

Permalink
DIGITAL-95: Codesniffer issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
cathybaptista committed Nov 20, 2024
1 parent f176ca8 commit e00813f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/modules/custom/dg_breadcrumb/dg_breadcrumb.module
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use Drupal\node\Entity\Node;
/**
* Implements hook_system_breadcrumb_alter().
*/

function dg_breadcrumb_system_breadcrumb_alter(Breadcrumb &$breadcrumb, RouteMatchInterface $route_match, array $context) {
/** @var \Drupal\node\NodeInterface $current_node */
$current_node = $route_match->getParameter('node');
Expand Down

0 comments on commit e00813f

Please sign in to comment.