thephpleague / plates

Native PHP template system
https://platesphp.com
MIT License
1.47k stars 180 forks source link

Replace 'callback' type with 'callable' in PhpDoc #284

Closed vixducis closed 3 years ago

vixducis commented 3 years ago

Currently, the 'callback' type is being used in the PhpDoc of 2 files:

Can we maybe replace this with the 'callable' type, as this the more or less 'official' type? A lot of static code analysis tools will not recognise 'callback', but 'callable' works fine.

ragboyjr commented 3 years ago

Ya that sounds fine, feel free to submit a pr