Skip to content

Commit 1c8c201

Browse files
ortegafernandodrupol
authored andcommitted
Update TIN.php
1 parent 8ee2ef5 commit 1c8c201

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/TIN.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,6 @@ public function isValid(bool $strict = false): bool
130130

131131
return true;
132132
}
133-
134-
public function hasAlgorithm(): bool
135-
{
136-
$parsedTin = $this->parse($this->slug, false);
137-
foreach ($this->algorithms as $algorithm) {
138-
if (true === $algorithm::supports($parsedTin['country'])) {
139-
return true;
140-
}
141-
}
142-
return false;
143-
}
144133

145134
/**
146135
* @throws TINException

0 commit comments

Comments
 (0)