Skip to content

Commit 74af7bd

Browse files
committed
scrutinizer patch
1 parent 7e84bc1 commit 74af7bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Generator/StringGenerator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class StringGenerator implements GeneratorInterface
1010
private $alphabet;
1111
private $length;
1212

13-
1413
/**
1514
* Set the characters that can be used to generate the string
1615
*
@@ -50,4 +49,4 @@ public function generate()
5049

5150
return implode($str);
5251
}
53-
}
52+
}

0 commit comments

Comments
 (0)