Skip to content

Commit

Permalink
DDST-382: linting error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-bd committed Jul 29, 2024
1 parent a8cbd06 commit 3831bf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion islandora_entity_status.module
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ function islandora_entity_status_batch_finished($success, $results, $operations)
}
}


/**
* Implements hook_entity_delete().
*/
Expand Down
1 change: 1 addition & 0 deletions src/IslandoraNodeDeleteSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ public function deleteAssociatedCustomEntity(NodeInterface $node): void {
$custom_entity->delete();
}
}

}

0 comments on commit 3831bf9

Please sign in to comment.