Skip to content

script issue with a function a named array #18

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);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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