File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
use DivineOmega \PasswordExposed \PasswordExposedChecker ;
7
7
8
8
/**
9
- * Class PasswordExposedCheckerFactory
10
- * @package DivineOmega\LaravelPasswordExposedValidationRule\Factories
9
+ * Class PasswordExposedCheckerFactory.
11
10
*/
12
11
class PasswordExposedCheckerFactory
13
12
{
@@ -36,4 +35,4 @@ private function getCacheDirectory()
36
35
{
37
36
return storage_path ('password-exposed-cache/ ' );
38
37
}
39
- }
38
+ }
Original file line number Diff line number Diff line change 8
8
use Illuminate \Contracts \Validation \Rule ;
9
9
10
10
/**
11
- * Class PasswordExposed
12
- * @package DivineOmega\LaravelPasswordExposedValidationRule
11
+ * Class PasswordExposed.
13
12
*/
14
13
class PasswordExposed implements Rule
15
14
{
@@ -24,6 +23,7 @@ class PasswordExposed implements Rule
24
23
25
24
/**
26
25
* PasswordExposed constructor.
26
+ *
27
27
* @param PasswordExposedChecker|null $passwordExposedChecker
28
28
*/
29
29
public function __construct (PasswordExposedChecker $ passwordExposedChecker = null )
You can’t perform that action at this time.
0 commit comments