It should be allowed to pass null for ignore configuration in order to enable conditional config, example: $this->executor->query('@app_address_book/accounting_group/list.sql.twig', $foo ? $bar : null, $baz ? $qux : null, )
It should be allowed to pass null for ignore configuration in order to enable conditional config, example:
$this->executor->query('@app_address_book/accounting_group/list.sql.twig',
$foo ? $bar : null,
$baz ? $qux : null,
)