Skip to content

script issue with a function a named array #18

@faheemhameed

Description

@faheemhameed

If you have a function like this then the script messes it up.

/**
 * @return CollectionType<BuiltinType<TypeIdentifier::ARRAY>>
 */
public static function array(?Type $value = null, ?Type $key = null, bool $asList = false): CollectionType
{
    return self::collection(self::builtin(TypeIdentifier::ARRAY), $value, $key, $asList);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions