Skip to content

Commit 828c469

Browse files
Merge branch '7.4' into 8.0
* 7.4: [FrameworkBundle] Expose share directory in AboutCommand Move readonly keyword from class to properties
2 parents 9ed6b63 + 0bb20e5 commit 828c469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Interaction/Interaction.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
/**
2020
* @internal
2121
*/
22-
final readonly class Interaction
22+
final class Interaction
2323
{
2424
public function __construct(
25-
private object $owner,
26-
private InteractiveAttributeInterface $attribute,
25+
private readonly object $owner,
26+
private readonly InteractiveAttributeInterface $attribute,
2727
) {
2828
}
2929

0 commit comments

Comments
 (0)