We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6fc257 + da78fdf commit 77c3d2bCopy full SHA for 77c3d2b
Model/IndexUUID.php
@@ -37,7 +37,6 @@ class IndexUUID implements HttpTransportable, UUIDReference
37
private function __construct(string $id)
38
{
39
if (strpos($id, '_') > 0) {
40
- var_dump($id);
41
throw InvalidFormatException::indexUUIDFormatNotValid();
42
}
43
0 commit comments