Completed
Push — master ( bd4c23...b341c0 )
by Filipe
10:29
created
spec/Console/Command/Task/AskForWebRootSpec.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
         return true;
85 85
     }
86 86
 
87
+    /**
88
+     * @param string $result
89
+     */
87 90
     private function setUp(
88 91
         $result,
89 92
         Command $command,
Please login to merge, or discard this patch.
spec/Http/Dispatcher/ControllerInvokerSpec.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         return $this;
75 75
     }
76 76
 
77
+    /**
78
+     * @param integer $test
79
+     */
77 80
     public function index($test)
78 81
     {
79 82
         // Do controller stuff
Please login to merge, or discard this patch.
spec/Http/DispatcherMiddlewareSpec.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -52,11 +52,11 @@
 block discarded – undo
52 52
     /**
53 53
      * Set SUT object
54 54
      *
55
-     * @param Collaborator|ControllerDispatchInflectorInterface $controllerDispatchInflector
56
-     * @param Collaborator|ControllerInvokerInterface $invoker
55
+     * @param ControllerDispatchInflectorInterface $controllerDispatchInflector
56
+     * @param ControllerInvokerInterface $invoker
57 57
      * @param Collaborator|ContainerInterface $container
58
-     * @param Collaborator|TestController $controller
59
-     * @param Collaborator|ControllerContextInterface $context
58
+     * @param TestController $controller
59
+     * @param ControllerContextInterface $context
60 60
      */
61 61
     function let(
62 62
         ControllerDispatchInflectorInterface $controllerDispatchInflector,
Please login to merge, or discard this patch.
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.