Skip to content

Commit 1a85f62

Browse files
Good point!
Co-authored-by: Johann Werner <darkv@users.noreply.github.com>
1 parent 0a174b2 commit 1a85f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PasswordGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public static function EN(): PasswordGenerator
175175
* @static
176176
* @return PasswordGenerator configured instance that uses cache only
177177
*/
178-
public static function CACHED(?string $wordCacheFile): PasswordGenerator
178+
public static function CACHED(string $wordCacheFile = null): PasswordGenerator
179179
{
180180
$a = [];
181181
if ( !empty($wordCacheFile) ) {

0 commit comments

Comments
 (0)