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 c3da862 commit 0bb20e5Copy full SHA for 0bb20e5
Interaction/Interaction.php
@@ -19,11 +19,11 @@
19
/**
20
* @internal
21
*/
22
-final readonly class Interaction
+final class Interaction
23
{
24
public function __construct(
25
- private object $owner,
26
- private InteractiveAttributeInterface $attribute,
+ private readonly object $owner,
+ private readonly InteractiveAttributeInterface $attribute,
27
) {
28
}
29
0 commit comments