Merge pull request #3602 from yashodha/CRM-14629
[civicrm-core.git] / CRM / Core / CommunityMessages.php
index a370bbc8a0d255a5a52bbd5c97642adaba74c11f..9a6bcf650422cecf522deaa90a7d62f8731d01b9 100644 (file)
@@ -71,6 +71,7 @@ class CRM_Core_CommunityMessages {
   /**
    * @param CRM_Utils_Cache_Interface $cache
    * @param CRM_Utils_HttpClient $client
+   * @param null $messagesUrl
    */
   public function __construct($cache, $client, $messagesUrl = NULL) {
     $this->cache = $cache;