X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FPreprocessor.php;h=bd13f9ae97fa8840162824f521def910feffaaa4;hb=f5536e680b49aaf05062f954e39077b18df13a0f;hp=19bcbf238cefe51319db913c1cf416236d73fd1f;hpb=49df232e1e36c37d09d7674fe5a13d7d5113d861;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php index 19bcbf238c..bd13f9ae97 100644 --- a/includes/parser/Preprocessor.php +++ b/includes/parser/Preprocessor.php @@ -231,7 +231,7 @@ interface PPNode { function getName(); /** - * Split a node into an associative array containing: + * Split a "" node into an associative array containing: * name PPNode name * index String index * value PPNode value @@ -239,13 +239,13 @@ interface PPNode { function splitArg(); /** - * Split an node into an associative array containing name, attr, inner and close + * Split an "" node into an associative array containing name, attr, inner and close * All values in the resulting array are PPNodes. Inner and close are optional. */ function splitExt(); /** - * Split an node + * Split an "" node */ function splitHeading(); }