Skip to content

Commit b7749be

Browse files
committed
Allow dynamic properties everywhere
1 parent c8ae7b7 commit b7749be

File tree

633 files changed

+654
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

633 files changed

+654
-0
lines changed

library/Zend/Acl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
/**
4646
* @license http://framework.zend.com/license/new-bsd New BSD License
4747
*/
48+
#[AllowDynamicProperties]
4849
class Zend_Acl
4950
{
5051
/**

library/Zend/Acl/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Exception extends Zend_Exception
2930
{
3031
}

library/Zend/Acl/Resource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
2930
{
3031
/**

library/Zend/Acl/Role.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Role implements Zend_Acl_Role_Interface
2930
{
3031
/**

library/Zend/Acl/Role/Registry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Role_Registry
2930
{
3031
/**

library/Zend/Acl/Role/Registry/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception
2930
{
3031
}

library/Zend/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* @license http://framework.zend.com/license/new-bsd New BSD License
2222
*/
23+
#[AllowDynamicProperties]
2324
class Zend_Application
2425
{
2526
/**

library/Zend/Application/Bootstrap/BootstrapAbstract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*
3636
* @license http://framework.zend.com/license/new-bsd New BSD License
3737
*/
38+
#[AllowDynamicProperties]
3839
abstract class Zend_Application_Bootstrap_BootstrapAbstract implements
3940
Zend_Application_Bootstrap_Bootstrapper,
4041
Zend_Application_Bootstrap_ResourceBootstrapper

library/Zend/Application/Bootstrap/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception
3334
{
3435
}

library/Zend/Application/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Exception extends Zend_Exception
3334
{
3435
}

0 commit comments

Comments
 (0)