Civi\Angular - Docblock improvements.
[civicrm-core.git] / CRM / Utils / API / AbstractFieldCoder.php
index 87bbfefca077db95f88df06929e70c804f04cf09..d4efe23d1664e5267ba64d26275a1f707b39aeb7 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Base class for writing API_Wrappers which generically manipulate the content
@@ -144,4 +144,5 @@ abstract class CRM_Utils_API_AbstractFieldCoder implements API_Wrapper {
   protected function isApiControlField($key) {
     return (FALSE !== strpos($key, '.'));
   }
+
 }