From 75a2fe300da3c5e9043900cc568ed513fa1cc5c6 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Mon, 14 Oct 2019 08:04:18 -0700 Subject: [PATCH] Coding standards. --- src/Plugin/ContextReaction/JsonldSelfReferenceReaction.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Plugin/ContextReaction/JsonldSelfReferenceReaction.php b/src/Plugin/ContextReaction/JsonldSelfReferenceReaction.php index b8008033..ed6aac95 100644 --- a/src/Plugin/ContextReaction/JsonldSelfReferenceReaction.php +++ b/src/Plugin/ContextReaction/JsonldSelfReferenceReaction.php @@ -13,8 +13,9 @@ use Drupal\islandora\IslandoraUtils; use Symfony\Component\DependencyInjection\ContainerInterface; /** - * Create a self-reference in JSON-LD RDF context reaction. Formerly called - * "Map URI to predicate" context reaction. Renamed for clarity. + * Create a self-reference in RDF when creating JSON-LD. + * + * Formerly called "Map URI to predicate". Renamed for clarity. * * @ContextReaction( * id = "islandora_map_uri_predicate",