]> Raphaël G. Git Repositories - packbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Thu, 10 Oct 2024 21:36:40 +0000 (23:36 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 10 Oct 2024 21:36:40 +0000 (23:36 +0200)
Util/SluggerUtil.php

index 5f7d76d7dff7539fa280b3190f1f93641257c246..c4d00b7a5a6ceffb4ecae1e4073812fb6e395830 100644 (file)
@@ -162,7 +162,7 @@ class SluggerUtil {
         * Convert string to safe slug
         *
         * @param string $data The data string
-        * @param string $separator The separator string 
+        * @param string $separator The separator string
         * @return ?string The slugged data
         */
        function slug(?string $data, string $separator = '-'): ?string {