Closed YoshiBleu9427 closed 8 years ago
Using 0.18.8 Upon opening some php files (e.g. Peekmo\AtomAutocompletePhp\DocParser), I get the following error notification
Failed to get methods for Peekmo\AtomAutocompletePhp\DocParser Undefined variable: itemName
It seems to be caused by a wrong parameter name in the parse method https://github.com/Peekmo/atom-autocomplete-php/blob/master/php/services/DocParser.php#L62 $methodName should be $itemName
$methodName
$itemName
Applying this change locally seemed to solve my problem
Using 0.18.8 Upon opening some php files (e.g. Peekmo\AtomAutocompletePhp\DocParser), I get the following error notification
It seems to be caused by a wrong parameter name in the parse method https://github.com/Peekmo/atom-autocomplete-php/blob/master/php/services/DocParser.php#L62
$methodName
should be$itemName
Applying this change locally seemed to solve my problem