We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0980cc5 commit 1b89217Copy full SHA for 1b89217
1 file changed
src/PrefillGravityForms/GravityForms/GravityForms.php
@@ -82,10 +82,10 @@ protected function getBSN(): string
82
}
83
84
/**
85
- * BSN numbers could start with one or more zero's at the beginning.
86
- * The zero's are not returned by DigiD so the required length of 9 characters is not met.
87
- * Supplement the value so it meets the required length of 9.
88
- */
+ * BSN numbers could start with one or more zero's at the beginning.
+ * The zero's are not returned by DigiD so the required length of 9 characters is not met.
+ * Supplement the value so it meets the required length of 9.
+ */
89
public function supplementBSN(string $bsn): string
90
{
91
$bsnLength = strlen($bsn);
0 commit comments