Merge pull request #15729 from civicrm/5.19
[civicrm-core.git] / CRM / Utils / Hook / WordPress.php
index 2b7bc5bd7c6377add1f5018ca3014337f4367537..823803727bc86ccf8f2273a6b362fede581d8abe 100644 (file)
@@ -38,22 +38,22 @@ class CRM_Utils_Hook_WordPress extends CRM_Utils_Hook {
   private $isBuilt = FALSE;
 
   /**
-   * @var array(string)
+   * @var string[]
    */
   private $allModules = NULL;
 
   /**
-   * @var array(string)
+   * @var string[]
    */
   private $civiModules = NULL;
 
   /**
-   * @var array(string)
+   * @var string[]
    */
   private $wordpressModules = NULL;
 
   /**
-   * @var array(string)
+   * @var string[]
    */
   private $hooksThatReturn = [
     'civicrm_upgrade',
@@ -160,7 +160,6 @@ class CRM_Utils_Hook_WordPress extends CRM_Utils_Hook {
 
   }
 
-
   /**
    * Build the list of plugins ("modules" in CiviCRM terminology) to be processed for hooks.
    *