X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FCore%2FTransactionTest.php;h=069980a5337703ceba538e0868631532c91ad652;hb=f1bd5b58c0928b3de769fc0bba1d5a7ffaa11768;hp=9df2b95107fc5dda7928074d55a496f512690c92;hpb=9585cabb995de30da705ab3349d15f048f128ab4;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Core/TransactionTest.php b/tests/phpunit/CRM/Core/TransactionTest.php index 9df2b95107..069980a533 100644 --- a/tests/phpunit/CRM/Core/TransactionTest.php +++ b/tests/phpunit/CRM/Core/TransactionTest.php @@ -12,7 +12,8 @@ class CRM_Core_TransactionTest extends CiviUnitTestCase { private $callbackLog; /** - * @var array (int $idx => int $contactId) list of contact IDs that have been created (in order of creation) + * @var array + * (int $idx => int $contactId) list of contact IDs that have been created (in order of creation) * * Note that ID this is all IDs created by the test-case -- even if the creation was subsequently rolled back */