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