Fix a bug linting files with spaces in the name
Compare changes
+ 2
− 2
@@ -51,8 +51,8 @@ for dir in "${LINT_DIRS[@]}"; do
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