Skip to content
Snippets Groups Projects
Commit 77656e5c authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #21265 [finc] codestyle for /RenderArray

parent 6a8ab104
No related merge requests found
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
*/ */
namespace finc\View\Helper\Root; namespace finc\View\Helper\Root;
/** /**
* View helper to render a portion of an array. * View helper to render a portion of an array.
* *
...@@ -44,12 +43,12 @@ class RenderArray extends \VuFind\View\Helper\Root\RenderArray ...@@ -44,12 +43,12 @@ class RenderArray extends \VuFind\View\Helper\Root\RenderArray
/** /**
* Render a portion of an array. * Render a portion of an array.
* *
* @param string $tpl A template for displaying each row. This should * @param string $tpl A template for displaying each row. This should
* include %%LABEL%% and %%VALUE%% placeholders * include %%LABEL%% and %%VALUE%% placeholders
* @param array $arr An associative array of possible values to display * @param array $arr An associative array of possible values to display
* @param array $rows A label => profile key associative array specifying * @param array $rows A label => profile key associative array specifying
* which rows of $arr to display * which rows of $arr to display
* @param bool $hideEmpty enable hiding entry / row if value is empty * @param bool $hideEmpty enable hiding entry / row if value is empty
* *
* @return string * @return string
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment