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 097e8f1 commit 2f0f556Copy full SHA for 2f0f556
src/nicoSWD/Rules/Expressions/InExpression.php
@@ -26,7 +26,7 @@ final class InExpression extends BaseExpression
26
*/
27
public function evaluate($leftValue, $rightValue)
28
{
29
- // todo : fix all the different kind of crap that can get here
+ // Fix all the different kind of crap that can get here
30
if (is_array($rightValue)) {
31
$array = $rightValue;
32
} elseif ($rightValue instanceof TokenCollection) {
0 commit comments