Actions
Evolution #1766
closedTypehinting
Start date:
01/03/2024
Due date:
% Done:
100%
Estimated time:
Vote:
Description
Before PHP 8.1, many native PHP types cannot be used to typehint class variables or methods; nor it was possible to use |
to handle multiple types at once.
This is not required to have typehinting, but that can avoid errors; and make more simple to work with modern development software.
The main problem is all plugins will probably become incompatible mainly because methods signature changes.
Updated by Johan Cwiklinski 11 months ago
A pull request has been opened:
https://github.com/galette/galette/pull/386
Updated by Johan Cwiklinski 11 months ago
- Status changed from Nouveau to In Progress
Updated by Johan Cwiklinski 11 months ago
- Status changed from In Progress to Résolu
- % Done changed from 0 to 100
Appliqué par commit e8c6aea27e7135175db7539037e86d5d6ddb446a.
Actions