DMKEBUSINESSGMBH/typo3-mklog

remove return type declarations and support php 5.6 again

Closed this issue · 0 comments

php 5.6 support are dropped in a48089d4.
return type declarations are not supported for php 5.6 and should be removed.
In our composer.json we require at least TYPO3 6.2 which needs php5.6 or earlier.

For now i would prefer to remove the return type declarations.