Completed
Push — master ( 201f4e...cf86f4 )
by Michael
05:56
created
src/Arrgh.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.