Skip to content

Commit 8f25b2f

Browse files
authored
Merge pull request #1772 from victorvassilev/patch-1
Update Sluggable.php
2 parents 7966f89 + d0f4df1 commit 8f25b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Gedmo/Sluggable/Sluggable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ interface Sluggable
2727
* unique (optional, default=true) - true if slug should be unique and if identical it will be prefixed, false - otherwise
2828
* 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
2929
* 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
3232
* style (optional, default="default") - "default" all letters will be lowercase, "camel" - first word letter will be uppercase
3333
* dateFormat (optional, default="default") - "default" all letters will be lowercase, "camel" - first word letter will be uppercase
3434
*

0 commit comments

Comments
 (0)