Passed
Push — master ( 657bf5...13ddb2 )
by Zacchaeus
14:02
created
src/PutRequestMiddleware.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -72,6 +72,10 @@
 block discarded – undo
72 72
         return $response;
73 73
     }
74 74
 
75
+    /**
76
+     * @param string $start
77
+     * @param string $end
78
+     */
75 79
     private function getStringBetween($string, $start, $end)
76 80
     {
77 81
         $string = ' ' . $string;
Please login to merge, or discard this patch.