Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b8ee193

Browse files
author
mgrauer
committed
Correct comment paramtype in tracker scalar details
1 parent 6c0f3e1 commit b8ee193

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/tracker/views/scalar/details.phtml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,7 @@ if (count($this->extraParams)) {
112112
<table class="scalarInfoTable">
113113
<tbody>
114114
<?php
115-
/**
116-
* @var string $key
117-
* @var mixed $value
118-
*/
115+
/** @var Tracker_ParamDao $param */
119116
foreach ($this->extraParams as $key => $value) {
120117
echo '<tr><th>'.$this->escape($key).':</th><td>'.$this->escape($value).'</td></tr>';
121118
}

0 commit comments

Comments
 (0)