Skip to content

Commit

Permalink
#[\AllowDynamicProperties] inherited by all Result classes (#1142)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Kalkbrenner <[email protected]>
  • Loading branch information
thomascorthals and mkalkbrenner authored Jan 18, 2025
1 parent 99765be commit 354b915
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/Core/Query/Result/QueryType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/**
* QueryType result.
*/
#[\AllowDynamicProperties]
class QueryType extends Result
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/**
* ClusterStatusResult.
*/
#[\AllowDynamicProperties]
class ClusterStatusResult extends AbstractResult
{
/**
Expand Down
1 change: 0 additions & 1 deletion src/QueryType/Server/Collections/Result/CreateResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/**
* CreateResult.
*/
#[\AllowDynamicProperties]
class CreateResult extends AbstractResult
{
/**
Expand Down
1 change: 0 additions & 1 deletion src/QueryType/Server/Collections/Result/DeleteResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/**
* DeleteResult.
*/
#[\AllowDynamicProperties]
class DeleteResult extends AbstractResult
{
/**
Expand Down
1 change: 0 additions & 1 deletion src/QueryType/Server/Collections/Result/ReloadResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/**
* ReloadResult.
*/
#[\AllowDynamicProperties]
class ReloadResult extends AbstractResult
{
/**
Expand Down

0 comments on commit 354b915

Please sign in to comment.