X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2Fexamples%2FContact%2FGetSingleContact.php;h=6642adce2d27bcf39d11fd7a1ca7dd59ac2de17e;hb=5c49fee0464f5e057f4ff6f1ae974fe0dc6a7748;hp=1b4a82b256fd6d2c301dcccda183b92a1e0f2d20;hpb=f78cb947d3187657b27ce042949804c6798b6afc;p=civicrm-core.git diff --git a/api/v3/examples/Contact/GetSingleContact.php b/api/v3/examples/Contact/GetSingleContact.php index 1b4a82b256..6642adce2d 100644 --- a/api/v3/examples/Contact/GetSingleContact.php +++ b/api/v3/examples/Contact/GetSingleContact.php @@ -3,8 +3,8 @@ * Test Generated example of using contact getsingle API. * * This demonstrates use of the 'format.single_entity_array' param. - /* This param causes the only contact to be returned as an array without the other levels. - /* it will be ignored if there is not exactly 1 result + * This param causes the only contact to be returned as an array without the other levels. + * It will be ignored if there is not exactly 1 result * * @return array * API result array @@ -115,7 +115,7 @@ function contact_getsingle_expectedresult() { /** * This example has been generated from the API test suite. * The test that created it is called -* testContactGetSingle_entity_array +* testContactGetSingleEntityArray * and can be found in * https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/ContactTest.php *