We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f8430 commit 2ea75eaCopy full SHA for 2ea75ea
php-mode.el
@@ -1367,7 +1367,8 @@ current `tags-file-name'."
1367
(cond ((and (not (string= "" php-completion-file))
1368
(file-readable-p php-completion-file))
1369
(php-build-table-from-file php-completion-file))
1370
- (php-manual-path
+ ((and (not (string= "" php-manual-path))
1371
+ (file-directory-p php-manual-path))
1372
(php-build-table-from-path php-manual-path))
1373
(t nil))))
1374
(unless (or php-table tags-table)
0 commit comments