Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4c70113

Browse files
committed
fix: space filtering problem
1 parent 4856d8a commit 4c70113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎laravel/app/Http/Repository/MultithreadingRepository.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public function newRequest($url, $appkey)
369369
continue;
370370
}
371371
$str = (is_object($vv)) ? trim($vv->__toString()) : trim($vv);
372-
$temp[$this->dataSet['param'][$kk]] = str_replace(["\n", "\r\n", ""], '', $str);
372+
$temp[$this->dataSet['param'][$kk]] = trim(str_replace(["\n", "\r\n"], '', $str));
373373
}
374374
if ($temp) {
375375
$newData[] = $temp;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /