I'm still getting an errors after applying your fix:
$ phpcs --standard=Joomla administrator/components/com_categories/controller.php
FILE: ...berto/www/jcms3x/administrator/components/com_categories/controller.php
--------------------------------------------------------------------------------
FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
49 | ERROR | Expected 2 spaces after the longest type
50 | ERROR | Expected 2 spaces after the longest variable name
--------------------------------------------------------------------------------
It should be:
/** * Method to display a view. * * @param boolean $cachable If true, the view output will be cached * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. * * @return JController This object to support chaining. * * @since 1.5 */
I'm still getting an errors after applying your fix:
It should be: