Skip to content

Add more specific doc block type hints for arrays.#61

Merged
Ocramius merged 1 commit intomasterfrom
more-types
Apr 25, 2019
Merged

Add more specific doc block type hints for arrays.#61
Ocramius merged 1 commit intomasterfrom
more-types

Conversation

@jwage
Copy link
Member

@jwage jwage commented Apr 24, 2019

While working on https://github.com/doctrine/skeleton-mapper/pull/28/files I found some more types that should be improved.

@jwage jwage added this to the 2.0.0 milestone Apr 24, 2019

/** @var string[] $merged */
$merged = array_unique(array_merge(
/** @var array<int, string> $merged */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable no longer exists.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Ocramius Ocramius merged commit fc953e7 into master Apr 25, 2019
@Ocramius Ocramius deleted the more-types branch April 25, 2019 00:35
@Ocramius Ocramius self-assigned this Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants