Skip to content

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

@vixducis

Description

@vixducis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions