@@ -240,7 +240,7 @@ |
||
240 | 240 | } |
241 | 241 | |
242 | 242 | if ($matching_function === null) { |
243 | - throw new InvalidArgumentException("Method {$method} doesn't exist"); |
|
243 | + throw new InvalidArgumentException("method {$method} doesn't exist"); |
|
244 | 244 | } |
245 | 245 | |
246 | 246 | // asort in PHP5 reverses equals ("arsort" doen't mess up for some reason) |