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.
drupal-search-documentation
1 parent 919154b commit 8f5a756Copy full SHA for 8f5a756
drupal-mode.el
@@ -393,7 +393,7 @@ should save your files with unix style end of line."
393
(when symbol
394
(cond
395
((and (boundp 'php-extras-function-arguments)
396
- (hash-table-p 'php-extras-function-arguments)
+ (hash-table-p php-extras-function-arguments)
397
(gethash (symbol-name symbol) php-extras-function-arguments))
398
(php-search-documentation))
399
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))
0 commit comments