Skip to content

Commit 354b915

Browse files
#[\AllowDynamicProperties] inherited by all Result classes (solariumphp#1142)
Co-authored-by: Markus Kalkbrenner <git@kalki.de>
1 parent 99765be commit 354b915

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

src/Core/Query/Result/QueryType.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/**
1616
* QueryType result.
1717
*/
18+
#[\AllowDynamicProperties]
1819
class QueryType extends Result
1920
{
2021
/**

src/QueryType/Server/Collections/Result/ClusterStatusResult.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
/**
1616
* ClusterStatusResult.
1717
*/
18-
#[\AllowDynamicProperties]
1918
class ClusterStatusResult extends AbstractResult
2019
{
2120
/**

src/QueryType/Server/Collections/Result/CreateResult.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/**
1515
* CreateResult.
1616
*/
17-
#[\AllowDynamicProperties]
1817
class CreateResult extends AbstractResult
1918
{
2019
/**

src/QueryType/Server/Collections/Result/DeleteResult.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/**
1515
* DeleteResult.
1616
*/
17-
#[\AllowDynamicProperties]
1817
class DeleteResult extends AbstractResult
1918
{
2019
/**

src/QueryType/Server/Collections/Result/ReloadResult.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/**
1515
* ReloadResult.
1616
*/
17-
#[\AllowDynamicProperties]
1817
class ReloadResult extends AbstractResult
1918
{
2019
/**

0 commit comments

Comments
 (0)