Skip to content

Fix a bug linting files with spaces in the name

Alan Nelson requested to merge php-lint-fixes into develop

PHP files with spaces in their name causes the lint script to break and stop scanning files. This MR re-works the foreach loop to better handle spaces and other unusual characters in filenames

Merge request reports