INFRA-132 - Docblock @param and @return tag fixes
[civicrm-core.git] / CRM / Utils / REST.php
index 3dac69f0a974b6400818537181058350cfd73215..5ecf2ae45da1cbe0dc8ae32ee987e82c1b472625 100644 (file)
@@ -660,7 +660,8 @@ class CRM_Utils_REST {
   }
 
   /**
-   * @return array|NULL NULL if execution should proceed; array if the response is already known
+   * @return array|NULL
+   *   NULL if execution should proceed; array if the response is already known
    */
   public function loadCMSBootstrap() {
     $requestParams = CRM_Utils_Request::exportValues();