From 58f43538061442313a433dea50853c6fa7908476 Mon Sep 17 00:00:00 2001 From: Danny Lamb Date: Fri, 9 Dec 2016 20:45:32 +0000 Subject: [PATCH] Removing semi-colon from @var annotation --- islandora/src/EventGenerator/EventGeneratorActionBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora/src/EventGenerator/EventGeneratorActionBase.php b/islandora/src/EventGenerator/EventGeneratorActionBase.php index eddf6237..5e458adb 100644 --- a/islandora/src/EventGenerator/EventGeneratorActionBase.php +++ b/islandora/src/EventGenerator/EventGeneratorActionBase.php @@ -14,7 +14,7 @@ abstract class EventGeneratorActionBase extends RulesActionBase implements Conta /** * The event generator that will serialize the events. * - * @var \Drupal\islandora\EventGenerator\EventGeneratorInterface; + * @var \Drupal\islandora\EventGenerator\EventGeneratorInterface */ protected $eventGenerator;