Completed
Push — master ( bf5424...6b30cd )
by Billie
02:40
created
src/Fitbug/Guzzle/SwaggerValidation/Psr7ResponsePrinterInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,5 +6,8 @@
 block discarded – undo
6 6
 
7 7
 interface Psr7ResponsePrinterInterface
8 8
 {
9
+    /**
10
+     * @return string
11
+     */
9 12
     public function toString(ResponseInterface $response);
10 13
 }
Please login to merge, or discard this patch.
src/Fitbug/Guzzle/SwaggerValidation/SwaggerSchemaValidationHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * @param callable $handler
73 73
      *
74
-     * @return callable
74
+     * @return \Closure
75 75
      */
76 76
     public function __invoke(callable $handler)
77 77
     {
Please login to merge, or discard this patch.
src/Fitbug/Guzzle/SwaggerValidation/Psr7RequestPrinterInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,5 +6,8 @@
 block discarded – undo
6 6
 
7 7
 interface Psr7ResponsePrinterInterface
8 8
 {
9
+    /**
10
+     * @return string
11
+     */
9 12
     public function toString(ResponseInterface $response);
10 13
 }
Please login to merge, or discard this patch.