Skip to content

Commit

Permalink
Without with
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 23, 2022
1 parent 1eb8b5a commit bbef570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Type/Atomic/TIntMaskOf.php
Expand Up @@ -6,7 +6,7 @@

/**
* Represents the type that is the result of a bitmask combination of its parameters.
* This is the same concept as TIntMask but TIntMaskOf is used with with a reference to constants in code
* This is the same concept as TIntMask but TIntMaskOf is used with a reference to constants in code
* `int-mask-of<MyClass::CLASS_CONSTANT_*>` will corresponds to `0|1|2|3|4|5|6|7` if there are three constant 1, 2 and 4
*/
final class TIntMaskOf extends TInt
Expand Down

0 comments on commit bbef570

Please sign in to comment.