Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bad array type hint from …::newFromArray constructors #65

Merged
merged 1 commit into from
Jun 26, 2017

Conversation

thiemowmde
Copy link
Contributor

@thiemowmde thiemowmde commented Jun 23, 2017

The bad array type hint was added with #50, but never released. So this does not need an immediate release now.

Bug: T168681

*/
public static function newFromArray( array $data ) {
public static function newFromArray( $data ) {
Copy link
Member

Choose a reason for hiding this comment

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

Documentation only?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@thiemowmde thiemowmde added the bug label Jun 23, 2017
@thiemowmde thiemowmde changed the title Clarify documentation of …::newFromArray Remove bad array type hint from …::newFromArray constructors Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants