Skip to content

Commit 1c49405

Browse files
committed
Merge branch 'update'
2 parents 6d13aa6 + c14a05e commit 1c49405

File tree

10 files changed

+495
-260
lines changed

10 files changed

+495
-260
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="lkrms/pretty-php" version="^0.4.48" installed="0.4.65" location="./tools/pretty-php" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.46.0" installed="3.58.1" location="./tools/php-cs-fixer" copy="true"/>
5-
<phar name="salient-labs/changelog" version="^1.0.5" installed="1.0.5" location="./tools/changelog" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.46.0" installed="3.60.0" location="./tools/php-cs-fixer" copy="true"/>
5+
<phar name="salient-labs/changelog" version="^1.0.5" installed="1.0.6" location="./tools/changelog" copy="true"/>
66
</phive>

composer.lock

Lines changed: 70 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Toolkit/Http/FormData.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ private function doGetData(
204204
} else {
205205
/** @var object|mixed[]|string|null $value */
206206
foreach ($data as $key => $value) {
207+
/** @phpstan-var string */
207208
$_key = sprintf($format, $key);
208209
/** @var mixed[] $query */
209210
if ($_key === '') {

0 commit comments

Comments
 (0)