Skip to content

Commit 5f2881d

Browse files
committed
typo fix
1 parent 012b918 commit 5f2881d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/OpenApiValidation.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ public function __construct($schema, array $options = [])
8787

8888
// Password validator only checks that it's a string, as format=password only is a hint to the UI
8989
$this->formatResolver->register("string", "password", new OpenApiValidation\Formats\PasswordValidator());
90-
91-
92-
// Register our prime number format
93-
$formats->registerCallable("integer", "prime", $isPrime);
9490

9591
}
9692

0 commit comments

Comments
 (0)