Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PabloJoan/feature
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.2
Choose a base ref
...
head repository: PabloJoan/feature
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2023

  1. fix outdated code comment

    PabloJoan committed Dec 3, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    ba908b5 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Bucketing/Type.php
2 changes: 1 addition & 1 deletion src/Bucketing/Type.php
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
interface Type
{
/**
* A hash that maps the given string to a number between 0 and 100
* A hash that maps the given string to a number between 0 and 99
* unless we are bucketing completely at random
*/
public function strToIntHash(string $idToHash): int;