Completed
Push — fix-body ( 1eb8ea )
by Akihito
02:19
created
src/QueryRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -115,6 +115,9 @@
 block discarded – undo
115 115
         $this->kvs->delete($oldEtagKey);
116 116
     }
117 117
 
118
+    /**
119
+     * @return integer
120
+     */
118 121
     private function evaluateBody($body)
119 122
     {
120 123
         if (! \is_array($body)) {
Please login to merge, or discard this patch.