Merge pull request #5226 from davecivicrm/CRM-15578
[civicrm-core.git] / CRM / Utils / FakeObject.php
index a38f6f7fb73fa4c96192c402c73db4fda8cc03fc..7052d6867c5a4616a4bcd245f7dd71023cd91041 100644 (file)
@@ -33,4 +33,5 @@ class CRM_Utils_FakeObject {
       throw new Exception("Call to unimplemented method: $name");
     }
   }
+
 }