mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-04 18:28:25 +00:00
CodeStyle in doc comments
``` FILE: ...oomla-extensions/weblinks/src/components/com_weblinks/helpers/route.php -------------------------------------------------------------------------------- FOUND 1 ERROR(S) AFFECTING 1 LINE(S) -------------------------------------------------------------------------------- 183 | ERROR | Missing comment for param "$needles" at position 1 -------------------------------------------------------------------------------- UPGRADE TO PHP_CODESNIFFER 2.0 TO FIX ERRORS AUTOMATICALLY -------------------------------------------------------------------------------- ``` hopfully the last on to go with: https://github.com/joomla-extensions/weblinks/pull/227
This commit is contained in:
parent
4332a3d7b4
commit
8416e19d63
@ -180,7 +180,7 @@ abstract class WeblinksHelperRoute
|
||||
/**
|
||||
* Find items per given $needles
|
||||
*
|
||||
* @param array $needles
|
||||
* @param array $needles A given array of needles to find
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user