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 934fd0a commit e16db98Copy full SHA for e16db98
laravel/app/Http/Repository/ToolRepository.php
@@ -56,7 +56,7 @@ public function hexToString($input)
56
$hex = strtoupper($input);
57
$hex = str_replace('\\X', '', $hex);
58
if (!preg_match("/^[A-Fa-f0-9]+$/", $hex)) {
59
- return $this->out(1006);
+ return '';
60
}
61
$str = "";
62
for ($i = 0; $i < strlen($hex) - 1; $i += 2) {
0 commit comments