Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed May 12, 2024
1 parent 0c44ce6 commit a380e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions galette/lib/Galette/Features/Replacements.php
Expand Up @@ -690,9 +690,9 @@ public function setMember(Adherent $member): self
/**
* Set dynamic fields and proceed related replacements
*
* @param string $form_name Form name
* @param array<string,mixed> $dynamic_fields Dynamic fields
* @param ?object $object Related object (Adherent, Contribution, ...)
* @param string $form_name Form name
* @param array<string|int,mixed> $dynamic_fields Dynamic fields
* @param ?object $object Related object (Adherent, Contribution, ...)
*
* @return self
*/
Expand Down

0 comments on commit a380e19

Please sign in to comment.