Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkarlstrom committed Apr 24, 2023
1 parent 012b918 commit 5f2881d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/OpenApiValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ public function __construct($schema, array $options = [])

// Password validator only checks that it's a string, as format=password only is a hint to the UI
$this->formatResolver->register("string", "password", new OpenApiValidation\Formats\PasswordValidator());


// Register our prime number format
$formats->registerCallable("integer", "prime", $isPrime);

}

Expand Down

0 comments on commit 5f2881d

Please sign in to comment.