ryanwhowe / key-value-store

This is a database backed key/value store setter and getter library with additional functionality
MIT License
2 stars 0 forks source link

Inner and outer loop variable collision #25

Closed ryanwhowe closed 5 years ago

ryanwhowe commented 5 years ago

Describe the bug Within the test cases there is an inner and outer loop usage of the variable $item wihtin the DistinctSeries and Series tests.

Expected behavior A clear and concise description of what you expected to happen.

Additional context I believe that the scoping is correctly protecting these variables but this should be changed