PHPDoc in PEG parser

Required for https://github.com/silverstripe/silverstripe-framework/pull/9808
This commit is contained in:
Ingo Schommer 2021-01-14 11:07:31 +13:00
parent c932d7e7fb
commit fe2027e486
2 changed files with 10 additions and 9 deletions

View File

@ -1294,6 +1294,7 @@ EOC;
/**
* @param string $code
* @param string $templateName
* @return string $code
*/
protected function includeDebuggingComments($code, $templateName)