We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf30036 commit 9b153eaCopy full SHA for 9b153ea
src/Internal/Calculator.php
@@ -611,9 +611,9 @@ public function xor(string $a, string $b) : string
611
/**
612
* Performs a bitwise operation on a decimal number.
613
*
614
- * @param string $operator The operator to use, must be "and", "or" or "xor".
615
- * @param string $a The left operand.
616
- * @param string $b The right operand.
+ * @param 'and'|'or'|'xor' $operator The operator to use.
+ * @param string $a The left operand.
+ * @param string $b The right operand.
617
618
* @return string
619
*/
0 commit comments