Raido
Raido
Yep, I configured like that and I am using like that. Maybe we or I should make pull request in default config file, to change these deafult variables? Then the...
I think this line is making this error: [https://github.com/Peekmo/atom-autocomplete-php/blob/master/php/services/Tools.php](https://github.com/Peekmo/atom-autocomplete-php/blob/master/php/services/Tools.php) ```php $result['return']['type'] = method_exists($function, 'getReturnType') && $function->hasReturnType() // PHP7 ? $function->getReturnType()->__toString() : $result['return']['type'] ; ``` I think it should be replaced...
I haven't tested if it but I made some first changes for testing purposes: [https://github.com/orukaz/atom-autocomplete-php/blob/master/php/services/Tools.php](https://github.com/orukaz/atom-autocomplete-php/blob/master/php/services/Tools.php )
Yes, Related Parties and ID-s are very neede, maybe I can help with that: ``` Some person 12345678 NIDN ``` ``` Business Ltd 675675676 COID ```