There was an error while loading. Please reload this page.
1 parent 0a174b2 commit 1a85f62Copy full SHA for 1a85f62
src/PasswordGenerator.php
@@ -175,7 +175,7 @@ public static function EN(): PasswordGenerator
175
* @static
176
* @return PasswordGenerator configured instance that uses cache only
177
*/
178
- public static function CACHED(?string $wordCacheFile): PasswordGenerator
+ public static function CACHED(string $wordCacheFile = null): PasswordGenerator
179
{
180
$a = [];
181
if ( !empty($wordCacheFile) ) {
0 commit comments