Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/3.AsPhpLibrary/5.Votes/1.AddVotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ Applied and reset after each call to parseVotes() or addVotesFromJson()
_Note: By default, there is no limit_

::: tip Reference
[`Election-::$maxVotePerElection`](/api-reference/Election%20Class/Election--maxVotePerElection)
[`Election::$maxVotePerElection`](/api-reference/Election%20Class/Election--maxVotePerElection)
:::
<<< @/code_snippets/restrict_vote_count.php
2 changes: 1 addition & 1 deletion docs/book/3.AsPhpLibrary/5.Votes/5.VotesConstraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Votes constraints allow you to restrict or validate votes according to custom ru
<<< @/code_snippets/vote_constraint_no_tie.php

::: tip Reference
[`Election->sumValidVotesWeightWithConstraints()`](/api-reference/Election%20Class/Election--sumValidVoteWeightsWithConstraints())
[`Election->sumValidVoteWeightsWithConstraints()`](/api-reference/Election%20Class/Election--sumValidVoteWeightsWithConstraints())
:::
<<< @/code_snippets/vote_constraint_weight.php

Expand Down