|
@@ -165,7 +165,7 @@ |
|
|
block discarded – undo |
|
165
|
165
|
$separator = $type !== '' ? ': ' : ''; |
|
166
|
166
|
$this->html .= '<h3><a name="property:' . $property->getName() . '">$' . $property->getName() . ' (' . $property->getVisibility() .')</a></h3> |
|
167
|
167
|
<pre>$'. $property->getName() . $separator . $type . '</pre><i>' . $summary . '</i>' . $description . |
|
168
|
|
- ($type !== '' ? ('<h4>Type</h4>' . $type) : ''); |
|
|
168
|
+ ($type !== '' ? ('<h4>Type</h4>' . $type) : ''); |
|
169
|
169
|
} |
|
170
|
170
|
} |
|
171
|
171
|
} |
Please login to merge, or discard this patch.