We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901fb98 commit 2326d60Copy full SHA for 2326d60
src/Core/JVM/Invoker/Invokable.php
@@ -120,7 +120,7 @@ function ($argument) {
120
*/
121
$methodSignature = Formatter::buildArgumentsSignature($formattedArguments);
122
123
- if ((!$this->options['validation']['method']['arguments_count_only'] ?? false)) {
+ if (!($this->options['validation']['method']['arguments_count_only'] ?? false)) {
124
if ($methodSignature === $convertedPassedArguments) {
125
$method = $methodReference;
126
break;
0 commit comments