X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=blobdiff_plain;f=includes%2Fparser%2FParser.php;h=8209ea9f4d2f5843237c72c990b36f576b615b77;hb=220e11d65165aee4724a043fa0e0f27083f5865a;hp=d2e4bf0b611a871cfdda84e17f68f0f69c159315;hpb=1909cf32ae39b7452b6ce62910c7d90607c2c5e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index d2e4bf0b61..8209ea9f4d 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1213,9 +1213,9 @@ class Parser { * * @private * - * @param string $text - * @param bool $isMain - * @param PPFrame|bool $frame + * @param string $text The text to parse + * @param bool $isMain Whether this is being called from the main parse() function + * @param PPFrame|bool $frame A pre-processor frame * * @return string */