Merge pull request #4185 from samuelsov/CRM-15330
[civicrm-core.git] / CRM / Core / FileSearchInterface.php
index 3e793a5c37a5de583e9bc9649f4cb74b73946028..da37d7c0567e944ef6292bf2e31238d7d246e47e 100644 (file)
@@ -23,4 +23,5 @@ interface CRM_Core_FileSearchInterface {
    *   - xparent_id: int - business-entity to which file is attached (directly or indirectly)
    */
   public function search($query, $limit = self::DEFAULT_SEARCH_LIMIT, $offset = self::DEFAULT_SEARCH_OFFSET);
+
 }