Skip to content

Commit 0d4b968

Browse files
authored
Merge pull request #9 from DivineOmega/analysis-8j5W6y
Apply fixes from StyleCI
2 parents 1e0e5bf + f73072b commit 0d4b968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factories/PasswordExposedCheckerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private function getCacheDirectory()
3636
if (function_exists('storage_path')) {
3737
return storage_path('password-exposed-cache/');
3838
}
39-
39+
4040
return sys_get_temp_dir().'/password-exposed-cache/';
4141
}
4242
}

0 commit comments

Comments
 (0)