Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update finder to parse only *.php file
We faced a issue where swagger-php trying to parse non-php files, that causes `Unexpected token error`. I added this patch to our version of swagger-php, to parse only files with .php extensions. Is there any use case that swagger php needed to parse non-php files?
- Loading branch information