Skip to content

Commit

Permalink
Github issue ec-europa#142: Replace redundant continue; with comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Dec 13, 2021
1 parent e28b82b commit cb1cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdf_entity.install
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function rdf_entity_update_8004() {
}
}
catch (NotRegularDirectoryException $e) {
continue;
// Skip non-existing directories.
}
}
}
Expand Down

0 comments on commit cb1cf9f

Please sign in to comment.