Browse Source

Removing semi-colon from @var annotation

pull/756/head
Danny Lamb 8 years ago
parent
commit
58f4353806
  1. 2
      islandora/src/EventGenerator/EventGeneratorActionBase.php

2
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;

Loading…
Cancel
Save