extension_builder
extension_builder copied to clipboard
Renew SPLIT_TOKEN
Can SPLIT_TOKEN be renewed in // EXTENSION BUILDER DEFAULTS END TOKEN ..., because the PHP-CS-Fixer with the default configuration constantly changes it to //# EXTENSION BUILDER DEFAULTS END TOKEN ...?
Actually it'S defined differently, but // is probably better than ##
https://github.com/FriendsOfTYPO3/extension_builder/blob/db6794dc28fb074d4dbd80b27b028c90ed0f0006/Classes/Service/RoundTrip.php#L47
Problem might be in yaml files perhaps, I don't know if comments are possible there with //
Whats you suggestion and reasoning?
In PHP files some comments starting with # might be mistaken as annotation and lead to errors therefore. It depends on the context though.
@PKuhlmay you think we can just change the token? Or we need to take care about compatibility to former created extensions somehow? I think the token could be used in yaml files too, is this compatible?
I don't know, honestly. We could change it and then test it with old extensions.