You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the 'callback' type is being used in the PhpDoc of 2 files:
src/Template/Functions.php
src/Engine.php
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.