Skip to content

Commit 2f0f556

Browse files
author
Nico
committed
Remove todo note
1 parent 097e8f1 commit 2f0f556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nicoSWD/Rules/Expressions/InExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class InExpression extends BaseExpression
2626
*/
2727
public function evaluate($leftValue, $rightValue)
2828
{
29-
// todo : fix all the different kind of crap that can get here
29+
// Fix all the different kind of crap that can get here
3030
if (is_array($rightValue)) {
3131
$array = $rightValue;
3232
} elseif ($rightValue instanceof TokenCollection) {

0 commit comments

Comments
 (0)