1
0
Fork 0
php-language-server/src/FilesFinder
Nicholas Narsing 8d1732ed02 Exclude directory paths from file system search (#401)
* Exclude directories from file system search

Directories can also match the glob search pattern if their names end in ".php", which will cause a read error later since the ContentRetriever implementers are expecting files. As far as I know, the only way to fix this is to do an additional check to ensure the URI is not of a directory.

This resolves #306.
2017-06-11 23:24:17 +02:00
..
ClientFilesFinder.php Files finder (#209) 2016-12-08 02:33:48 +01:00
FileSystemFilesFinder.php Exclude directory paths from file system search (#401) 2017-06-11 23:24:17 +02:00
FilesFinder.php Files finder (#209) 2016-12-08 02:33:48 +01:00