Skip to content

Commit 76a9305

Browse files
committed
🔧 use #[AllowDynamicProperties] to support dynamic properties for PHP 8.2
Signed-off-by: otengkwame <[email protected]>
1 parent 2d3072f commit 76a9305

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CodeIgniter/Framework/core/Controller.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
* @author EllisLab Dev Team
5050
* @link https://codeigniter.com/userguide3/general/controllers.html
5151
*/
52+
#[AllowDynamicProperties]
5253
class CI_Controller {
5354

5455
/**

CodeIgniter/Framework/libraries/Form_validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
* @author EllisLab Dev Team
4848
* @link https://codeigniter.com/userguide3/libraries/form_validation.html
4949
*/
50+
#[AllowDynamicProperties]
5051
class CI_Form_validation
5152
{
5253

0 commit comments

Comments
 (0)