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

add "array" as allowed type of $value #387

Conversation

holtkamp
Copy link

@holtkamp holtkamp commented Nov 7, 2023

Apparently, an array is also an allowed type of the $value parameter

if (is_array($value)) {

This also relates to

public static function getTranslation($value = null, $path = null, $locale = null)

@develart-projects develart-projects added this to the 1.24.0 milestone Nov 7, 2023
@develart-projects develart-projects merged commit f8018da into Shardj:master Nov 7, 2023
8 checks passed
@holtkamp holtkamp deleted the patch-incomplete-phpdoc-zend-locale branch November 7, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants