thuecat/Documentation/Maintenance/PHP
Daniel Siepmann 7f6bd13628
Remove deprecated usage of StringUtility::endsWith() (#70)
This is deprecated in newer PHP versions, one should use native
str_ends_with() instead.

We remove the deprecation by using this function. But we also support
older PHP versions, so we add symfony/polyfill-php80 as dependency to
always ensure this function exists.
2022-09-13 09:44:54 +02:00
..
7.4.rst Remove deprecated usage of StringUtility::endsWith() (#70) 2022-09-13 09:44:54 +02:00