Completed
Pull Request — master (#2032)
by Maxime
11:16 queued 03:59
created
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.
Controller/ExceptionController.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -148,6 +148,7 @@
 block discarded – undo
148 148
      * This code comes from Symfony and should be synchronized on a regular basis
149 149
      * see src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php
150 150
      *
151
+     * @param null|string $startObLevel
151 152
      * @return string
152 153
      */
153 154
     private function getAndCleanOutputBuffering($startObLevel)
Please login to merge, or discard this patch.