Completed
Pull Request — develop (#17)
by Patrick
06:46
created
Http/Html/class.FlipPage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -365,7 +365,6 @@
 block discarded – undo
365 365
     /**
366 366
      * Draw the page
367 367
      *
368
-     * @param boolean $header Draw the header
369 368
      */
370 369
     public function printPage($response)
371 370
     {
Please login to merge, or discard this patch.
Http/Rest/class.SerializationMiddleware.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@  discard block
 block discarded – undo
24 24
         }
25 25
     }
26 26
 
27
+    /**
28
+     * @param string $param
29
+     */
27 30
     private function getParamFromArrayIfSet($array, $param, $default = null)
28 31
     {
29 32
         if(isset($array[$param]))
@@ -52,6 +55,9 @@  discard block
 block discarded – undo
52 55
         return $response;
53 56
     }
54 57
 
58
+    /**
59
+     * @param string $serializer
60
+     */
55 61
     protected function reserializeBody($response, $serializer)
56 62
     {
57 63
         $body = $response->getBody();
Please login to merge, or discard this patch.