update test generated examples
[civicrm-core.git] / api / v3 / examples / ParticipantGet.php
index 85e541defd99241cab36cf156faeffd23feec727..79bf4375008f862c9fcf8b2df8d45f18204d2b92 100644 (file)
@@ -4,7 +4,7 @@
  
  */
 function participant_get_example(){
-$params = array( 
+$params = array(
   'id' => 1,
   'version' => 3,
 );
@@ -19,13 +19,13 @@ $params = array(
  */
 function participant_get_expectedresult(){
 
-  $expectedResult = array( 
+  $expectedResult = array(
   'is_error' => 0,
   'version' => 3,
   'count' => 1,
   'id' => 1,
-  'values' => array( 
-      '1' => array( 
+  'values' => array(
+      '1' => array(
           'contact_id' => '2',
           'contact_type' => 'Individual',
           'contact_sub_type' => '',