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 66use DivineOmega \PasswordExposed \PasswordExposedChecker ;
77
88/**
9- * Class PasswordExposedCheckerFactory
10- * @package DivineOmega\LaravelPasswordExposedValidationRule\Factories
9+ * Class PasswordExposedCheckerFactory.
1110 */
1211class PasswordExposedCheckerFactory
1312{
@@ -36,4 +35,4 @@ private function getCacheDirectory()
3635 {
3736 return storage_path ('password-exposed-cache/ ' );
3837 }
39- }
38+ }
Original file line number Diff line number Diff line change 88use Illuminate \Contracts \Validation \Rule ;
99
1010/**
11- * Class PasswordExposed
12- * @package DivineOmega\LaravelPasswordExposedValidationRule
11+ * Class PasswordExposed.
1312 */
1413class PasswordExposed implements Rule
1514{
@@ -24,6 +23,7 @@ class PasswordExposed implements Rule
2423
2524 /**
2625 * PasswordExposed constructor.
26+ *
2727 * @param PasswordExposedChecker|null $passwordExposedChecker
2828 */
2929 public function __construct (PasswordExposedChecker $ passwordExposedChecker = null )
You can’t perform that action at this time.
0 commit comments