Skip to content

Commit

Permalink
Fix up visibility for internal method.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 5, 2024
1 parent 053f92c commit 2d49f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/FiValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public static function referenceNumber(string $check): bool
* @param string $base Reference number base
* @return int
*/
public static function calculateReferenceNumberChecksum(string $base): int
protected static function calculateReferenceNumberChecksum(string $base): int
{
$pattern = [7, 3, 1];
$nodes = array_reverse(str_split($base, 1));
Expand Down

0 comments on commit 2d49f0b

Please sign in to comment.