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 75ee5e4 commit c19bf69Copy full SHA for c19bf69
src/Service/ConditionManager.php
@@ -28,7 +28,7 @@ public function execute(NodeInterface $node, DataSource $dataSource): bool
28
return match (true) {
29
$node instanceof CombineInterface => $this->executeCombine($node, $dataSource),
30
$node instanceof ConditionInterface => $this->executeCondition($node, $dataSource),
31
- default => true
+ default => throw new \Exception()//todo
32
};
33
}
34
0 commit comments