Add deprecation of `StringUtil::split()`
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 23 Sep 2021 07:25:24 +0000 (09:25 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 07:25:24 +0000 (09:25 +0200)
see WoltLab/WCF#4513

docs/migration/wsc54/deprecations_removals.md

index a043789f9c67cf6ca4500a85561b1c41cc473bb3..aa4e310d3b0052a30c7d40ca19ba8b92754c80ff 100644 (file)
@@ -23,6 +23,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `wcf\util\StringUtil::getHash()` ([WoltLab/WCF#4279](https://github.com/WoltLab/WCF/pull/4279))
 - `wcf\util\StringUtil::startsWith()` ([WoltLab/WCF#4509](https://github.com/WoltLab/WCF/pull/4509))
 - `wcf\util\StringUtil::endsWith()` ([WoltLab/WCF#4509](https://github.com/WoltLab/WCF/pull/4509))
+- `wcf\util\StringUtil::split()` ([WoltLab/WCF#4513](https://github.com/WoltLab/WCF/pull/4513))
 
 #### Properties