omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
252 stars 113 forks source link

PHP Notice introduced with FetchJoinORMAdapter #152

Closed AndrolGenhald closed 3 years ago

AndrolGenhald commented 4 years ago

121 introduced a PHP Notice at src/Adapter/Doctrine/FetchJoinORMAdapter.php:36 when the 'simple_total_query' option is not provided.

The issue appears to be that ORMAdapter::configure($options) resolves default options, but since arrays are not passed by reference the child method continues to see only the options that are explicitly provided.