Skip to content

Commit 2e426a2

Browse files
Update PHP ID Padding to 7
1 parent cfe272f commit 2e426a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/php/src/ID.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace {{ spec.title | caseUcfirst }};
44
55
class ID {
6-
public static function unique(int $padding = 5): string
6+
public static function unique(int $padding = 7): string
77
{
88
$uniqid = \uniqid();
99

0 commit comments

Comments
 (0)