Ticket #59420: 59420.5.patch
File 59420.5.patch, 504 bytes (added by , 12 months ago) |
---|
-
IXR/class-IXR-introspectionserver.php
75 75 } 76 76 $method = $this->callbacks[$methodname]; 77 77 $signature = $this->signatures[$methodname]; 78 $returnType = array_shift($signature);79 78 80 79 // Check the number of arguments 81 80 if (count($args) != count($signature)) {