X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fparser%2FParserTestResult.php;h=7d9415a2b1d4c1c88144bd8ae0151559883cb36e;hb=7ffb0d5b8ced3d27f8f3905c4efa73ab45214c01;hp=7b0fc4430e0555f4881912d89ff73f48cdaae28b;hpb=7a74e085d926a2a8bcb5d2ef1a703e3c72ca083a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/ParserTestResult.php b/tests/parser/ParserTestResult.php index 7b0fc4430e..7d9415a2b1 100644 --- a/tests/parser/ParserTestResult.php +++ b/tests/parser/ParserTestResult.php @@ -27,9 +27,9 @@ class ParserTestResult { public $actual; /** - * @param $description string A short text describing the parser test - * usually the text in the parser test .txt file. The description - * is later available using the property $description. + * @param string $description A short text describing the parser test + * usually the text in the parser test .txt file. The description + * is later available using the property $description. */ public function __construct( $description ) { $this->description = $description;