(NFC) CRM/ - Update to pass new phpcs
[civicrm-core.git] / CRM / Contact / Page / View / Summary.php
index 79f375ca81d28d1637da8b173b33cc80359211b8..f91a87480b61f067667326e21b2a7e905e00d1d9 100644 (file)
@@ -411,10 +411,7 @@ class CRM_Contact_Page_View_Summary extends CRM_Contact_Page_View {
       }
       elseif ($accessCiviCRM && !empty($this->_viewOptions[$tab['id']])) {
         $allTabs[] = $tab + [
-          'url' => CRM_Utils_System::url(
-            "civicrm/contact/view/{$tab['id']}",
-            "reset=1&cid={$this->_contactId}"
-          ),
+          'url' => CRM_Utils_System::url("civicrm/contact/view/{$tab['id']}", "reset=1&cid={$this->_contactId}"),
           'count' => CRM_Contact_BAO_Contact::getCountComponent($tab['id'], $this->_contactId),
         ];
         $weight = $tab['weight'] + 10;