Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

add support for php 7 type hinting of scalar values #2

@stevleibelt

Description

@stevleibelt

instead of:

/**
 * @value string $string
 * @return string
 */
public function setFoo($string)

it would be cooler to generate:

public function setFoo(string $string): string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions