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

library\Zend\Config\Yaml.php : $line instead of $lines #16

Closed
llnguyen opened this issue Sep 17, 2019 · 1 comment
Closed

library\Zend\Config\Yaml.php : $line instead of $lines #16

llnguyen opened this issue Sep 17, 2019 · 1 comment

Comments

@llnguyen
Copy link

Hi,

There is a typo when you migrate an "list ... each" to a foreach.

L292 : It should be
foreach ($lines as $n => $line) {
instead of
foreach ($line as $n => $line) {

@Shardj
Copy link
Owner

Shardj commented Sep 23, 2019

Thank you, I've committed a fix 75dc288

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

No branches or pull requests

2 participants