Skip to content

Commit c6e4e6f

Browse files
author
Robin Cawser
committed
Code formatting
1 parent 6ccb138 commit c6e4e6f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/Vivait/StringGeneratorBundle/Generator/SecureStringGenerator.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ class SecureStringGenerator implements ConfigurableGeneratorInterface
1111
{
1212

1313
/**
14-
* @var
14+
* @var int
1515
*/
1616
private $length = 32;
1717

1818
/**
19-
* @var Generator
19+
* @var string
2020
*/
21-
private $generator;
22-
2321
private $chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
2422

23+
/**
24+
* @var string
25+
*/
2526
private $strength = 'medium';
2627

2728
/**

0 commit comments

Comments
 (0)