Completed
Push — master ( e3470a...701fe7 )
by Tobias
03:30 queued 44s
created
src/RequestTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return $target;
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $requestTarget
45
+     */
43 46
     public function withRequestTarget($requestTarget): self
44 47
     {
45 48
         if (\preg_match('#\s#', $requestTarget)) {
Please login to merge, or discard this patch.