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

Commit

Permalink
Correct comment paramtype in tracker scalar details
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrauer committed Oct 3, 2015
1 parent 6c0f3e1 commit b8ee193
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/tracker/views/scalar/details.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,7 @@ if (count($this->extraParams)) {
<table class="scalarInfoTable">
<tbody>
<?php
/**
* @var string $key
* @var mixed $value
*/
/** @var Tracker_ParamDao $param */
foreach ($this->extraParams as $key => $value) {
echo '<tr><th>'.$this->escape($key).':</th><td>'.$this->escape($value).'</td></tr>';
}
Expand Down

0 comments on commit b8ee193

Please sign in to comment.