We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e330e commit db7a448Copy full SHA for db7a448
1 file changed
src/Kernel/Mnemonics/_irem.php
@@ -21,7 +21,7 @@ public function execute(): void
21
22
$this->pushStack(
23
new _Int(
24
- $leftOperand % $rightOperand
+ $leftOperand % $rightOperand
25
)
26
);
27
}
0 commit comments