Completed
Push — master ( 39fc21...35ccb7 )
by
unknown
06:49
created
View/ViewHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@
 block discarded – undo
231 231
      * configuration if the form instance has errors.
232 232
      *
233 233
      * @param View  $view
234
-     * @param mixed $content
234
+     * @param string|null $content
235 235
      *
236 236
      * @return int HTTP status code
237 237
      */
Please login to merge, or discard this patch.
Negotiation/FormatNegotiator.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,6 +47,7 @@  discard block
 block discarded – undo
47 47
      * The best format is also determined in function of the bundle configuration.
48 48
      *
49 49
      * @throws StopFormatListenerException
50
+     * @param string $header
50 51
      */
51 52
     public function getBest($header, array $priorities = [])
52 53
     {
@@ -108,7 +109,7 @@  discard block
 block discarded – undo
108 109
     }
109 110
 
110 111
     /**
111
-     * @param array $values
112
+     * @param string[] $values
112 113
      *
113 114
      * @return array
114 115
      */
Please login to merge, or discard this patch.
EventListener/ViewResponseListener.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,6 @@
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @param Request  $request
139 138
      * @param Template $template
140 139
      * @param object   $controller
141 140
      * @param string   $action
Please login to merge, or discard this patch.
EventListener/BodyListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     /**
134 134
      * Check if the Request is not a DELETE with no content and no Content-Type.
135 135
      *
136
-     * @param $method
136
+     * @param string $method
137 137
      * @param $content
138 138
      * @param $contentType
139 139
      *
Please login to merge, or discard this patch.