Skip to content

Conversation

@vjik
Copy link
Member

@vjik vjik commented Jan 30, 2021

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues -

Fixed error:

ArrayHelper::filter(
	[
		'A' => [
			'B' => 1,
			'C' => 2,
			'D' => [
				'E' => 1,
				'F' => 2,
			],
		],
		'G' => 1,
	],
	['A.B.X']
);

A.B is not array and throws exception.

@vjik vjik added the status:code review The pull request needs review. label Jan 30, 2021
@vjik vjik mentioned this pull request Jan 30, 2021
@samdark samdark added the type:bug Bug label Jan 30, 2021
@samdark samdark merged commit e3a929c into yiisoft:master Jan 30, 2021
@samdark
Copy link
Member

samdark commented Jan 30, 2021

👍

@vjik vjik deleted the filter branch January 30, 2021 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:code review The pull request needs review. type:bug Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants