Saved draft of marco for dto

This commit is contained in:
Kevin Frantz
2018-10-03 15:28:32 +02:00
parent 29b8414711
commit 74b45cb24d
4 changed files with 6 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ class AndOperation extends AbstractOperation
foreach ($this->operands->toArray() as $operand) {
if (!$operand->getResult()->getBool()) {
$this->result->setAll(false);
return;
}
}