Completed
Push — docker-build ( 6d6dc0...77d73c )
by Eric
413:36 queued 348:36
created
src/Event/Cookie/Cookie.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -70,6 +70,7 @@
 block discarded – undo
70 70
 
71 71
     /**
72 72
      * {@inheritdoc}
73
+     * @param string|null $name
73 74
      */
74 75
     public function setName($name)
75 76
     {
Please login to merge, or discard this patch.
src/Guzzle3HttpAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      * @param callable|null            $success
108 108
      * @param callable|null            $error
109 109
      *
110
-     * @return RequestInterface
110
+     * @return \Guzzle\Http\Message\RequestInterface
111 111
      */
112 112
     private function createRequest(InternalRequestInterface $internalRequest, $success = null, $error = null)
113 113
     {
Please login to merge, or discard this patch.
src/SocketHttpAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * @param resource $socket
94 94
      *
95
-     * @return array
95
+     * @return string[]
96 96
      */
97 97
     private function parseResponse($socket)
98 98
     {
Please login to merge, or discard this patch.