Skip to content

Commit 22afc4d

Browse files
authored
Merge pull request #8 from DivineOmega/analysis-XaaonY
Apply fixes from StyleCI
2 parents 1e5adb7 + f25e87b commit 22afc4d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Factories/PasswordExposedCheckerFactory.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
use DivineOmega\PasswordExposed\PasswordExposedChecker;
77

88
/**
9-
* Class PasswordExposedCheckerFactory
10-
* @package DivineOmega\LaravelPasswordExposedValidationRule\Factories
9+
* Class PasswordExposedCheckerFactory.
1110
*/
1211
class PasswordExposedCheckerFactory
1312
{
@@ -36,4 +35,4 @@ private function getCacheDirectory()
3635
{
3736
return storage_path('password-exposed-cache/');
3837
}
39-
}
38+
}

src/PasswordExposed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
use Illuminate\Contracts\Validation\Rule;
99

1010
/**
11-
* Class PasswordExposed
12-
* @package DivineOmega\LaravelPasswordExposedValidationRule
11+
* Class PasswordExposed.
1312
*/
1413
class 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)

0 commit comments

Comments
 (0)