We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d341ba commit 4ee76d9Copy full SHA for 4ee76d9
src/Components/Expression.php
@@ -22,6 +22,7 @@
22
*
23
* @final
24
*/
25
+#[\AllowDynamicProperties]
26
class Expression extends Component
27
{
28
/**
src/Statement.php
* Abstract statement definition.
abstract class Statement implements Stringable
0 commit comments