Merge pull request #15940 from seamuslee001/dev_financial_105
[civicrm-core.git] / tests / phpunit / CRM / Utils / HttpClientTest.php
index 3dea0047dc907491b29412c5d943c8b910dba063..39ca92d8cb6a1a39edcdcf31c9e075255e82a74b 100644 (file)
@@ -14,7 +14,8 @@ class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
   const SELF_SIGNED_HTTPS_REGEX = '/This is httpclienttest-selfsign\./';
 
   /**
-   * @var string path to which we can store temp file
+   * @var string
+   * Path to which we can store temp file
    */
   protected $tmpFile;