This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Description
PR #914 introduces many BC break by adding a new parameter to AbstractColumn public methods.
https://symfony.com/doc/current/contributing/code/bc.html#changing-classes
This is breaking all my projects and probably many other project of people who have created their own Column classes
Can you also provide more information about this PR.
I am not able to understand what is the benefit of this feature compared to the existing VirtualColumn or using dql.
Any example of use?