1
0
Fork 0

Merge pull request #3758 from qw3rtman/follow-symfony-coding-standards

Conform with Symfony Coding Standards
pull/3772/head
Jordi Boggiano 2015-02-23 15:33:31 +00:00
commit 235b0cf84e
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ class HtmlOutputFormatter extends OutputFormatter
}
}
return $out . '">'.$matches[2].'</span>';
return $out.'">'.$matches[2].'</span>';
}
}