Skip to content

Synchronize function/method signatures between documentation and stubs #9

@kocsismate

Description

@kocsismate

Currently, signatures in the manual are not up-to-date for PHP 8, since a lot of changes were done lately related to parameter and return types, as well as default values.

To make things even "worse", we started to display parameter names in error messages, and they are sometimes quite different from the ones shown in the documentation. Thus, we also have to synchronize parameter names (possibly after polishing them a little bit) between stubs and the manual.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions