Skip to content

Commit 587ecda

Browse files
committed
Test: Try to figure out why functional tests fail
1 parent e185eb9 commit 587ecda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Neos.Flow/Classes/Security/Authorization/Privilege/Entity/Doctrine/PropertyConditionGenerator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,6 @@ protected function getConstraintStringForSimpleProperty(DoctrineSqlFilter $sqlFi
512512
}
513513
$parameter = implode(',', $parameters);
514514
} elseif (!($this->getRawParameterValue($operandDefinition) === null || ($this->operator === 'in' && $this->getRawParameterValue($operandDefinition) === []))) {
515-
if (!is_string($operandDefinition)) {
516-
throw new \Exception('SQL filter parameters must be of type string, ' . get_debug_type($operandDefinition) . ' given.', 1743929393);
517-
}
518515
$parameter = $sqlFilter->getParameter($operandDefinition);
519516
}
520517
} catch (\InvalidArgumentException $exception) {

0 commit comments

Comments
 (0)