Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagof committed Sep 12, 2024
2 parents 8b051db + e6168e7 commit 0f1cfd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/IsElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface IsElement
public static function getElementType(): string;

/**
* @param array<string, mixed> $payload
* @param array<string, mixed> $payload
*/
public static function fromPayload(array $payload): static;

Expand Down
1 change: 1 addition & 0 deletions src/Volition.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Volition

/**
* @return class-string<IsCondition|IsAction>|null
*
* @throws Throwable
*/
public function getElement(string $elementType, bool $throw = false): ?string
Expand Down

0 comments on commit 0f1cfd6

Please sign in to comment.