WP-CLI error:
Warning: The `wp ****` command has an invalid synopsis part: ***
Solution:
The CLI method you are running, has broken doc strings format. Remove empty lines without asterisks or fix other areas, so it looks like a typical format:
/** * * whatever description goes here * * @access public * @param string * @return string */