Comment fixes for CRM/Utils directory
[civicrm-core.git] / CRM / Utils / SoapServer.php
index cdf85618a0b5f8f98bf64ca141ece07560294f08..15b528b246579aad073046a4484b9647670df9b5 100644 (file)
@@ -95,7 +95,7 @@ class CRM_Utils_SoapServer {
       throw new SoapFault('Client', 'Expired key');
     }
 
-    /* otherwise, we're ok.  update the timestamp */
+    // otherwise, we're ok.  update the timestamp
 
     $session->set('soap_time', $t);
   }