Fix typo in Perfdata::formatLabel()'s PHPDoc

This commit is contained in:
Eric Lippmann 2015-03-30 11:27:17 +02:00
parent 26ff265219
commit 0a7e76d190

View File

@ -429,7 +429,7 @@ class Perfdata
* *
* @param bool $html * @param bool $html
* *
* @return stringS * @return string
*/ */
public function formatLabel($html = false) public function formatLabel($html = false)
{ {