update test generated examples
[civicrm-core.git] / api / v3 / examples / NoteCreate.php
index a9e96b9777e32b69a4e8db4eff9d32a99c121beb..43a4a16454abca11b1de1cac5faa7307f74366c9 100644 (file)
@@ -4,7 +4,7 @@
  
  */
 function note_create_example(){
-$params = array( 
+$params = array(
   'entity_table' => 'civicrm_contact',
   'entity_id' => 1,
   'note' => 'Hello!!! m testing Note',
@@ -24,13 +24,13 @@ $params = array(
  */
 function note_create_expectedresult(){
 
-  $expectedResult = array( 
+  $expectedResult = array(
   'is_error' => 0,
   'version' => 3,
   'count' => 1,
   'id' => 2,
-  'values' => array( 
-      '2' => array( 
+  'values' => array(
+      '2' => array(
           'id' => '2',
           'entity_table' => 'civicrm_contact',
           'entity_id' => '1',