Important: #107342 - Extend listForms method in FormPersistenceManagerInterface 

See forge#107342

Description 

With this change, the method signature of listForms(), defined by the FormPersistenceManagerInterface, has been extended by two arguments: $orderField and $orderDirection. The new definition is: public function listForms(array $formSettings, string $orderField = '', ?SortDirection $orderDirection = null): array;

Affected Installations 

Some TYPO3 installations may use this interface for their own FormPersistenceManager, even though it is marked as internal.

Possible Migration 

If you have implemented your own FormPersistenceManager, you need to update the method signature accordingly.