Skip to content

Reserved word as method name [PHP < 7]  #12

@essemme

Description

@essemme

While updating through composer, "php artisan optimize" gave the error:

syntax error, unexpected 'array' (T_ARRAY) in [..]/vendor/crestapps/laravel-code-generator/src/Commands/FieldsFileCreateCommand.php on line 136

I renamed the "array" method to FieldTransformer::fieldsArray(), and it worked.
(I'm using PHP 5.6 at the moment, this is probably not a problem in PHP 7)

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