Completed
Branch master (506b1e)
by Sergey
04:31
created
src/HttpPayloadResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
         );
22 22
     }
23 23
 
24
+    /**
25
+     * @param string $methodName
26
+     */
24 27
     private function shouldNotHasRequestBody($methodName)
25 28
     {
26 29
         return in_array($methodName, ['GET', 'HEAD', 'DELETE']);
Please login to merge, or discard this patch.