You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Gedmo/Sluggable/Sluggable.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ interface Sluggable
27
27
* unique (optional, default=true) - true if slug should be unique and if identical it will be prefixed, false - otherwise
28
28
* unique_base (optional, default="") - used in conjunction with unique. The name of the entity property that should be used as a key when doing a uniqueness check
29
29
* separator (optional, default="-") - separator which will separate words in slug
30
-
* prefix (optional, default="") - suffix which will be added to the generated slug
31
-
* suffix (optional, default="") - prefix which will be added to the generated slug
30
+
* prefix (optional, default="") - prefix which will be added to the generated slug
31
+
* suffix (optional, default="") - suffix which will be added to the generated slug
32
32
* style (optional, default="default") - "default" all letters will be lowercase, "camel" - first word letter will be uppercase
33
33
* dateFormat (optional, default="default") - "default" all letters will be lowercase, "camel" - first word letter will be uppercase
0 commit comments