From edda64a8c6e798702b6216ad5bf3697f4403a744 Mon Sep 17 00:00:00 2001 From: Shea McKinney Date: Thu, 8 Sep 2016 16:56:10 -0700 Subject: [PATCH] Couple of formatting fixes --- includes/CAPx/Drupal/Util/CAPx.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/includes/CAPx/Drupal/Util/CAPx.php b/includes/CAPx/Drupal/Util/CAPx.php index 1118e897..17b79640 100644 --- a/includes/CAPx/Drupal/Util/CAPx.php +++ b/includes/CAPx/Drupal/Util/CAPx.php @@ -364,26 +364,25 @@ public static function invalidateEtags($type, $object) { ->execute(); } - + /** * Clears the stanford_capx_profiles queue. * * If you need to clear the queue because of config changes, this is your method. - * */ public static function clearTheQueue() { $queue = \DrupalQueue::get('stanford_capx_profiles', TRUE); $queue->deleteQueue(); } - + /** * Invalidates profile photo timestamp by importer. * * When a mapper changes we need to invalidate the timestamp on the * profile photos associated with it. * - * @param object $object - * importers acquired using CAPxImporter::loadImportersByMapper($mapper); + * @param object $importers + * Importers acquired using CAPxImporter::loadImportersByMapper($mapper); */ public static function invalidateTimestamp($importers) { $importer_machine_names = array();