Skip to content

SoapClient - fixed signature map for SoapClient::__call#2

Merged
ondrejmirtes merged 1 commit into
phpstan:masterfrom
makao:master
Nov 5, 2019
Merged

SoapClient - fixed signature map for SoapClient::__call#2
ondrejmirtes merged 1 commit into
phpstan:masterfrom
makao:master

Conversation

@makao

@makao makao commented Nov 4, 2019

Copy link
Copy Markdown
Contributor

I've recently met this error:

Parameter #2 $arguments of method SoapClient::__call() expects string, array given.

PR contains fix for signature map.

Reference: https://www.php.net/manual/en/soapclient.call.php

@ondrejmirtes ondrejmirtes force-pushed the master branch 2 times, most recently from 60618b8 to 3df7ae7 Compare November 4, 2019 20:28
@ondrejmirtes

Copy link
Copy Markdown
Member

Thank you!

@ondrejmirtes ondrejmirtes merged commit 23c47d4 into phpstan:master Nov 5, 2019
staabm added a commit that referenced this pull request Mar 17, 2026
…rray, non-empty-array given (#5237)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Markus Staab <markus.staab@redaxo.de>
VincentLanglet added a commit that referenced this pull request Mar 29, 2026
…expects callable(Foo, Foo): int, 'strnatcasecmp' given. (#5171)

Co-authored-by: ondrejmirtes <104888+ondrejmirtes@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Markus Staab <markus.staab@redaxo.de>
Co-authored-by: Vincent Langlet <vincentlanglet@hotmail.fr>
phpstan-bot added a commit to phpstan-bot/phpstan-src that referenced this pull request Apr 7, 2026
…pects array, non-empty-array given (phpstan#5237)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Markus Staab <markus.staab@redaxo.de>
phpstan-bot added a commit to phpstan-bot/phpstan-src that referenced this pull request Apr 7, 2026
…uasort expects callable(Foo, Foo): int, 'strnatcasecmp' given. (phpstan#5171)

Co-authored-by: ondrejmirtes <104888+ondrejmirtes@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Markus Staab <markus.staab@redaxo.de>
Co-authored-by: Vincent Langlet <vincentlanglet@hotmail.fr>
@VincentLanglet VincentLanglet mentioned this pull request May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants