Completed
Pull Request — master (#253)
by Daniel
04:39
created
src/Exception/InvalidUrlException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
     /**
36 36
      * @param string $server  Invalid server
37
-     * @param array  $allowed Allowed URL parts
37
+     * @param string[]  $allowed Allowed URL parts
38 38
      *
39 39
      * @return self
40 40
      */
Please login to merge, or discard this patch.
src/ProxyClient/Request/RequestQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * Constructor
47 47
      *
48 48
      * @param array $servers
49
-     * @param null  $baseUri
49
+     * @param string  $baseUri
50 50
      */
51 51
     public function __construct(
52 52
         array $servers,
Please login to merge, or discard this patch.
src/ProxyClient/Varnish.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * {@inheritdoc}
63
+     * @param string $baseUri
63 64
      */
64 65
     public function __construct(
65 66
         array $servers,
@@ -190,6 +191,8 @@  discard block
 block discarded – undo
190 191
      * @throws MissingHostException If a relative path is queued for purge/
191 192
      *                              refresh and no base URL is set
192 193
      *
194
+     * @param string $method
195
+     * @param string $url
193 196
      */
194 197
     protected function queueRequest($method, $url, array $headers = [])
195 198
     {
Please login to merge, or discard this patch.
src/SymfonyCache/CacheEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      * Events that occur after the response is created provide the default response.
77 77
      * Event listeners can also set the response to make it available here.
78 78
      *
79
-     * @return Response|null The response if one was set.
79
+     * @return Response The response if one was set.
80 80
      */
81 81
     public function getResponse()
82 82
     {
Please login to merge, or discard this patch.
src/SymfonyCache/TagSubscriber.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * @param ManagerInterface $tagManager
51
-     * @param mixed $options
52 51
      */
53 52
     public function __construct(ManagerInterface $tagManager)
54 53
     {
Please login to merge, or discard this patch.