diff options
Diffstat (limited to 'matrix-specification/Data')
| -rw-r--r-- | matrix-specification/Data/PushRule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-specification/Data/PushRule.php b/matrix-specification/Data/PushRule.php index 2217a78..f904b3a 100644 --- a/matrix-specification/Data/PushRule.php +++ b/matrix-specification/Data/PushRule.php @@ -5,7 +5,7 @@ namespace Matrix\Data; class PushRule implements \JsonSerializable { /** - * @param array<string|array> $actions + * @param array<string|array<string, mixed>> $actions * @param PushCondition[] $conditions */ public function __construct( |
