Completed
Push — master ( 321e24...d20448 )
by Filipe
15:01
created
spec/Service/UriGenerator/Transformer/BasePathTransformerSpec.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     /**
92 92
      * Prepares the request collaborator
93 93
      *
94
-     * @param ServerRequestInterface|Collaborator $request
94
+     * @param ServerRequestInterface $request
95 95
      */
96 96
     private function prepareRequest(ServerRequestInterface $request)
97 97
     {
Please login to merge, or discard this patch.
spec/Service/UriGenerator/Transformer/RouterPathTransformerSpec.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -109,9 +109,9 @@
 block discarded – undo
109 109
     /**
110 110
      * Prepares the test
111 111
      *
112
-     * @param ServerRequestInterface|Collaborator $request
113
-     * @param RouterContainer|Collaborator $router
114
-     * @param Generator|Collaborator $generator
112
+     * @param ServerRequestInterface $request
113
+     * @param RouterContainer $router
114
+     * @param Generator $generator
115 115
      */
116 116
     private function prepareTest(
117 117
         ServerRequestInterface $request,
Please login to merge, or discard this patch.
src/Service/UriGenerator/Transformer/FullUrlTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param string $location Location name, path or identifier
27 27
      * @param array $options Filter options
28 28
      *
29
-     * @return UriInterface|null
29
+     * @return CustomUri|null
30 30
      */
31 31
     public function transform($location, array $options = [])
32 32
     {
Please login to merge, or discard this patch.