Skip to content

Commit b83cd39

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 381cff8 + f7ba921 commit b83cd39

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v1.2.1
17+
uses: dependabot/fetch-metadata@v1.3.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

.github/workflows/releaseDrafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
# Drafts your next Release notes as Pull Requests are merged into "master"
15-
- uses: release-drafter/release-drafter@v5.18.1
15+
- uses: release-drafter/release-drafter@v5.19.0
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

src/SoapClient.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ class SoapClient
9494

9595
/**
9696
* The sent request object, if a request has been made.
97+
*
98+
* @var Request|null
9799
*/
98-
protected ?Request $request;
100+
protected $request;
99101

100102
/**
101103
* Create a new Soap Client instance.

0 commit comments

Comments
 (0)