update test generated examples
[civicrm-core.git] / api / v3 / examples / UFJoinCreate.php
index 97134fe9ce70a7790850ec61f358c47a4e78b749..a22f0b1249d23a0328b009cb0e3b7a7a5b2c506b 100644 (file)
@@ -4,7 +4,7 @@
  
  */
 function uf_join_create_example(){
-$params = array( 
+$params = array(
   'module' => 'CiviContribute',
   'entity_table' => 'civicrm_contribution_page',
   'entity_id' => 1,
@@ -25,13 +25,13 @@ $params = array(
  */
 function uf_join_create_expectedresult(){
 
-  $expectedResult = array( 
+  $expectedResult = array(
   'is_error' => 0,
   'version' => 3,
   'count' => 1,
   'id' => 0,
-  'values' => array( 
-      '0' => array( 
+  'values' => array(
+      '0' => array(
           'id' => '1',
           'is_active' => '1',
           'module' => 'CiviContribute',