Passed
Pull Request — master (#118)
by Christopher
03:25
created
src/POData/Common/Messages/http.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      */
72 72
     public static function noDataForThisVerb($verb)
73 73
     {
74
-        return "Method $verb expecting some data, but received empty data.";
74
+        return "method $verb expecting some data, but received empty data.";
75 75
     }
76 76
 
77 77
     /**
Please login to merge, or discard this patch.