Skip to content

Commit

Permalink
Fix bug Deprecated: Creation of dynamic property on PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonglequoc committed Jun 2, 2023
1 parent 9bf8fa5 commit 3059554
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ class Actions
*/
private $sUpdateAuthToken;

/**
* @var boolean
*/
private $bIsAjax;

/**
* @access private
*/
Expand Down Expand Up @@ -202,7 +207,7 @@ public function SetUpdateAuthToken($sUpdateAuthToken)
}

/**
* @param string $bIsAjax
* @param boolean $bIsAjax
*
* @return \RainLoop\Application
*/
Expand Down
5 changes: 5 additions & 0 deletions rainloop/v/0.0.0/app/libraries/RainLoop/Plugins/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ class Manager
*/
private $aAdditionalParts;

/**
* @var array
*/
private $aAjaxFilters;

/**
* @var array
*/
Expand Down

0 comments on commit 3059554

Please sign in to comment.