Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Jun 17, 2024
1 parent ca56b81 commit c21bef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/Customizer/Applicators/ControllerVariables.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct()
/**
* Calculate controller vars on save of customizer
*
* @return void
* @return array
*/
public function storeControllerVars($manager = null) {
$controllerVars = $this->get();
Expand All @@ -31,6 +31,8 @@ public function storeControllerVars($manager = null) {
/**
* Populate controller vars from stored data, if available.
* Otherwise, calculate, store and try again.
*
* @return array
*/
public function applicateStoredControllerVars()
{
Expand Down

0 comments on commit c21bef0

Please sign in to comment.