We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee2ef5 commit 1c8c201Copy full SHA for 1c8c201
src/TIN.php
@@ -130,17 +130,6 @@ public function isValid(bool $strict = false): bool
130
131
return true;
132
}
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
144
145
/**
146
* @throws TINException
0 commit comments