PhpStorm generate an empty doc-comments:
'/** + space' or 'alt + insert'
return this:
/**
*
*/
public function getSomething(array $data): string
{
return implode($data);
}
Generation of setters or getters also do not work.
Check active plugins all are enabled. Is anybody faced with similar problem or know how to fix it ?
OS: Ubuntu 16.04
PhpStorm: 2017.1.2
Plugins: PHP`s stuff + symfony
UPDATE:
PhpStorm logs:
2017-10-31 18:21:44,059 [2490534] WARN - s.quality.QualityToolAnnotator - phpcs: Failed loading /usr/lib/php/20151012/xdebug.so: /usr/lib/php/20151012/xdebug.so: undefined symbol: php_log_err for '/home/simpson/development/www/loanscrm/src/CrmBundle/Entity/Loan.php' on local 2017-10-31 18:23:27,559 [2594034] WARN - Detector.MessDetectorAnnotator - Mess Detector path is empty for selected configuration 2017-10-31 18:23:27,869 [2594344] INFO - lity.QualityToolProcessHandler - STDERR: Failed loading /usr/lib/php/20151012/xdebug.so: /usr/lib/php/20151012/xdebug.so: undefined symbol: php_log_err 2017-10-31 18:23:28,085 [2594560] WARN - s.quality.QualityToolAnnotator - phpcs: Failed loading /usr/lib/php/20151012/xdebug.so: /usr/lib/php/20151012/xdebug.so: undefined symbol: php_log_err for '/home/simpson/development/www/loanscrm/src/CrmBundle/Entity/Loan.php' on local
'/** + enter' - also do not work :)