From 8416e19d6306c44ee8c50d60d4ec3ccefa3d1e74 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Tue, 2 Aug 2016 14:33:26 +0200 Subject: [PATCH] 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 --- src/components/com_weblinks/helpers/route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/com_weblinks/helpers/route.php b/src/components/com_weblinks/helpers/route.php index 685bd21..f60f53b 100644 --- a/src/components/com_weblinks/helpers/route.php +++ b/src/components/com_weblinks/helpers/route.php @@ -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 */