Skip to content

Commit 7272e72

Browse files
committed
Update ValidIban.php
1 parent 96b478c commit 7272e72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Rules/ValidIban.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ public function __construct(array|string $countries = [])
172172

173173
/**
174174
* Check IBAN is valid.
175+
*
176+
* @see https://en.wikipedia.org/wiki/International_Bank_Account_Number
175177
*/
176178
public function passes($attribute, $value): bool
177179
{

0 commit comments

Comments
 (0)