warning fixes
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 7 Jul 2015 11:44:42 +0000 (17:14 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 10 Jul 2015 05:26:00 +0000 (10:56 +0530)
Civi/API/Subscriber/PermissionCheck.php

index 4603eaf9d9ff002240d2f34c04ff350dba91bdf5..5801f88226ae1ac473ab98513c05a39c63c38327 100644 (file)
@@ -88,12 +88,12 @@ class PermissionCheck implements EventSubscriberInterface {
   }
 
   /**
-   Check API for ACL permission.
-  *
-  * @param array $apiRequest
-  *
-  * @return bool
-  */
+   * Check API for ACL permission.
+   *
+   * @param array $apiRequest
+   *
+   * @return bool
+   */
   public function checkACLPermission($apiRequest) {
     switch ($apiRequest['entity']) {
       case 'UFGroup':