Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Jun 20, 2023
1 parent a12c5db commit a34e6f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
parameters:
level: 1
level: 9
paths:
- src
scanDirectories:
- vendor
ignoreErrors:
- '#Unsafe usage of new static\(\)#'
- vendor
4 changes: 4 additions & 0 deletions src/X509CertValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class X509CertValidator extends BaseValidator
{
use Translation;

/**
* @param String $value
* @return bool
*/
public function isValid($value)
{
// Multiple isValid() calls must not stack validation messages
Expand Down

0 comments on commit a34e6f0

Please sign in to comment.