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:
zero-24 2016-08-02 14:33:26 +02:00 committed by Yves Hoppe
parent 4332a3d7b4
commit 8416e19d63
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/