autoformat

This commit is contained in:
Dennis Eichhorn 2022-01-22 21:54:15 +01:00
parent 169b5535d3
commit bf0dd44985

View File

@ -261,7 +261,6 @@ abstract class GrammarAbstract
. ($split[1] !== '*' ? $identifierEnd : '');
}
return ($system !== '*' ? $identifierStart : '')
. $system
. ($system !== '*' ? $identifierEnd : '');