Skip to content

PHP Arrays #8972

@rmfranciacastillo

Description

@rmfranciacastillo

Roadmap URL

https://roadmap.sh/php

Suggestions

Roadmap Arrays suggest using the format $arr = array(...) when creating an array. Even if the docs suggest to use it, this format is not in par with modern frameworks that use the short form $arr = [...];

  • Replace array(...) form for short form [...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    phptopic-changeMissing or deprecated topics in roadmap

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions