Merge pull request #5052 from colemanw/CRM-15903
[civicrm-core.git] / CRM / Case / ManagedEntities.php
index 727c71dc55f5ab7750ee431970a7132ce738465b..4cef93581c62adb1df814a3764b229d234d75682 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+/**
+ * Class CRM_Case_ManagedEntities
+ */
 class CRM_Case_ManagedEntities {
 
   /**
@@ -140,4 +143,5 @@ class CRM_Case_ManagedEntities {
 
     return $result;
   }
+
 }