Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega authored and StyleCIBot committed Nov 15, 2018
1 parent 1e5adb7 commit f25e87b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/Factories/PasswordExposedCheckerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
use DivineOmega\PasswordExposed\PasswordExposedChecker;

/**
* Class PasswordExposedCheckerFactory
* @package DivineOmega\LaravelPasswordExposedValidationRule\Factories
* Class PasswordExposedCheckerFactory.
*/
class PasswordExposedCheckerFactory
{
Expand Down Expand Up @@ -36,4 +35,4 @@ private function getCacheDirectory()
{
return storage_path('password-exposed-cache/');
}
}
}
4 changes: 2 additions & 2 deletions src/PasswordExposed.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
use Illuminate\Contracts\Validation\Rule;

/**
* Class PasswordExposed
* @package DivineOmega\LaravelPasswordExposedValidationRule
* Class PasswordExposed.
*/
class PasswordExposed implements Rule
{
Expand All @@ -24,6 +23,7 @@ class PasswordExposed implements Rule

/**
* PasswordExposed constructor.
*
* @param PasswordExposedChecker|null $passwordExposedChecker
*/
public function __construct(PasswordExposedChecker $passwordExposedChecker = null)
Expand Down

0 comments on commit f25e87b

Please sign in to comment.