X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FGlobalStack.php;h=2e7c133a929631a5bb9a408133f5c87be9fa8987;hb=e59da3a9818ba9b69ab37f8403c4256338c61985;hp=09dcccc7d9c580e27e90bae37cf13d356ac7bec8;hpb=9541859723b7e4fcf94020aea37f71a0c486880b;p=civicrm-core.git diff --git a/CRM/Utils/GlobalStack.php b/CRM/Utils/GlobalStack.php index 09dcccc7d9..2e7c133a92 100644 --- a/CRM/Utils/GlobalStack.php +++ b/CRM/Utils/GlobalStack.php @@ -1,8 +1,8 @@ backups[] = $this->createBackup($newFrame); $this->applyFrame($newFrame); @@ -91,6 +94,9 @@ class CRM_Utils_GlobalStack { return $frame; } + /** + * @param $newFrame + */ public function applyFrame($newFrame) { foreach ($newFrame as $globalKey => $values) { if (is_array($values)) { @@ -102,4 +108,4 @@ class CRM_Utils_GlobalStack { } } } -} \ No newline at end of file +}