Whitespace/documentation

This commit is contained in:
Sam Reed 2011-09-14 15:07:20 +00:00
parent cd508f29b9
commit 607f9bbd27
Notes: Sam Reed 2011-09-14 15:07:20 +00:00

View file

@ -1020,7 +1020,7 @@ class Cite {
*
* @return bool
*/
function clearState( $parser ) {
function clearState( &$parser ) {
if ( $parser->extCite !== $this ) {
return $parser->extCite->clearState( $parser );
}