Civi\Angular - Docblock improvements.
[civicrm-core.git] / CRM / Utils / GlobalStack.php
index 3f32cf799c65cede75c5f2d52ece27a8d864b969..b6d4a089ccf105ea2bc06fb27b8118a5205086c2 100644 (file)
@@ -22,7 +22,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Temporarily change a global variable.
@@ -111,4 +111,5 @@ class CRM_Utils_GlobalStack {
       }
     }
   }
+
 }