@@ -71,7 +71,7 @@ |
||
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 | /** |