Closed janis-rullis closed 4 years ago
In https://github.com/Janis-Rullis-IT/pr1-symfony5-api/commit/5b90823b350170ef85d303cf0f55a9c5cebf40aa from all the methods were removed annotations @param
and @return
. This is not a bug but a best practice. The idea is to remove duplicate content and those annotations are exactly that because the method contains the same information. Also, The CS Fixer is smart enough to leave those annotations when they are not duplicate (there are no type-hints or they have custom info).
See https://discourse.laminas.dev/t/php-7-1-and-phpdocs/171/2 for more information.
php -l
.
Try new tools if necessary.