Skip to content

Use new doc block for documenting array values  #51

Closed
@Nyholm

Description

@Nyholm

See this resource. Should we make doc blocks like this?

    /**
     * @param UriInterface $baseUri
     * @param array        $config {
     *     @var bool $replace True will replace all hosts, false will only add host when none is specified.
     * }
     */
    public function __construct(UriInterface $baseUri, array $config = [])
    {

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