Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and enable unused variable warning
- Removes flag ignore warnings in composer.json - Fixes Unused variable warnings Most cases were: `foreach ( $some_array as $key => $value )` with the $key value not being used. If ommited the foreach will just set the value and ignore the key.
- Loading branch information