(NFC) Bring up API folder to style of future coder checker
[civicrm-core.git] / api / v3 / Generic.php
index bbc58bfbd19c59fa488ab7b4a1d2009523591033..c88419ccb40b0ebd3226d3867079b0bc2795674c 100644 (file)
@@ -130,7 +130,8 @@ function civicrm_api3_generic_getfields($apiRequest, $unique = TRUE) {
           'api.required' => 1,
           'api.aliases' => [$lowercase_entity . '_id'],
           'type' => CRM_Utils_Type::T_INT,
-        ]];
+        ],
+      ];
       break;
 
     // Note: adding setvalue case here instead of in a generic spec function because